2017 © Pedro Peláez
 

library phraseapp

A community API client for phraseapp.com translation service

image

friendsofapi/phraseapp

A community API client for phraseapp.com translation service

  • Sunday, November 19, 2017
  • by Nyholm
  • Repository
  • 3 Watchers
  • 3 Stars
  • 5,107 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 11 Versions
  • 26 % Grown

The README.md

PhraseApp API client

Latest Version Build Status Code Coverage Quality Score Total Downloads, (*1)

A community client for PhraseApp., (*2)

Install

Via Composer, (*3)

``` bash $ composer require friendsofapi/phraseapp, (*4)


## Usage ```php $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., (*5)

Contribute

Do you want to make a change? Pull requests are welcome., (*6)

The Versions