A community client for PhraseApp.
Via Composer
$ composer require friendsofapi/phraseapp
$apiClient = new PhraseAppClient();
$response = $apiClient->import()->import($projectId, 'symfony_xliff', $fileName, [
'locale_id' => $localeId,
'tags' => $domain,
]);
$response = $this->client->export()->locale($projectId, $localeId, 'symfony_xliff', [
'tag' => $domain
]);
The MIT License (MIT). Please see License File for more information.
Do you want to make a change? Pull requests are welcome.