friendsofapi/phraseapp

phraseapp.com翻译服务的社区API客户端

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

This package is auto-updated.

Last update: 2024-09-15 10:23:47 UTC


README

Latest Version Build Status Code Coverage Quality Score Total Downloads

PhraseApp的社区客户端PhraseApp

安装

通过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
]);

许可证

MIT许可证(MIT)。有关更多信息,请参阅许可证文件

贡献

你想做出改变吗?我们欢迎Pull requests。