Skip to content

FriendsOfApi/phraseapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9dcd667 · Jun 15, 2021

History

43 Commits
Jun 14, 2021
Jun 14, 2021
Jan 27, 2017
Jan 27, 2017
Nov 19, 2017
Jan 27, 2017
Jan 27, 2017
Jun 14, 2021
Jan 27, 2017
Feb 1, 2017
Jun 14, 2021
Jun 4, 2021

Repository files navigation

PhraseApp API client

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.