friendsofapi/phraseapp
A community API client for phraseapp.com translation service
Maintainers
v0.3.1
2017-05-21 18:53 UTC
Requires
- php: ^7.0
- php-http/client-common: ^1.1
- php-http/discovery: ^1.0
- php-http/httplug: ^1.0
- php-http/multipart-stream-builder: ^1.0
Requires (Dev)
- guzzlehttp/psr7: ^1.3
- nyholm/nsa: ^1.0
- php-http/curl-client: ^1.6
- php-http/message: ^1.0
- php-http/message-factory: ^1.0
- phpunit/phpunit: ^5.7
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 1f37c507a0e8f8d93a7d866945aa0c4bcbd0e7e7
- Sascha-Oliver Prolic <saschaprolic.woop@googlemail.com>
- Tobias Nyholm <tobias.nyholm.woop@gmail.com>
README
👁 Latest Version
👁 Build Status
👁 Code Coverage
👁 Quality Score
👁 Total Downloads
A community client for PhraseApp.
Install
Via Composer
$ composer require friendsofapi/phraseapp
Usage
$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 ]);
License
The MIT License (MIT). Please see License File for more information.
Contribute
Do you want to make a change? Pull requests are welcome.
