friendsofapi / localise.biz
localise.biz 翻译服务的社区API客户端
1.1.0
2021-03-26 18:43 UTC
Requires
- php: >=7.2
- php-http/client-common: ^1.9 || ^2.0
- php-http/discovery: ^1.0
- php-http/httplug: ^1.0 || ^2.0
- php-http/multipart-stream-builder: ^1.0
Requires (Dev)
- guzzlehttp/psr7: ^1.3
- nyholm/nsa: ^1.0
- php-http/guzzle7-adapter: ^1.0
- php-http/message: ^1.0
- php-http/message-factory: ^1.0
- phpunit/phpunit: ^8.5
README
Loco(Localise.biz)的社区客户端。[官方API客户端在此](https://github.com/loco/loco-php-sdk)。
安装
通过Composer
$ composer require friendsofapi/localise.biz
用法
$apiClient = new LocoClient(); $response = $apiClient->translations()->show('project_key', 'hello_world', 'sv'); echo $response->getTranslation(); // "Hej världen"
许可协议
MIT许可协议(MIT)。更多信息请参阅许可文件。