friendsofapi/phraseapp
Composer 安装命令:
composer require friendsofapi/phraseapp
包简介
A community API client for phraseapp.com translation service
关键字:
README 文档
README
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.
统计信息
- 总下载量: 6.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-27