friendsofapi/phraseapp

A community API client for phraseapp.com translation service

Maintainers

👁 Nyholm

Package info

github.com/FriendsOfApi/phraseapp

pkg:composer/friendsofapi/phraseapp

Statistics

Installs: 6 749

Dependents: 1

Suggesters: 0

Stars: 4

Open Issues: 0

v0.3.1 2017-05-21 18:53 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 1f37c507a0e8f8d93a7d866945aa0c4bcbd0e7e7

  • Sascha-Oliver Prolic <saschaprolic.woop@googlemail.com>
  • Tobias Nyholm <tobias.nyholm.woop@gmail.com>

translationphraseapp

This package is auto-updated.

Last update: 2026-06-15 13:53:44 UTC


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.