friendsofapi/localise.biz

localise.biz 翻译服务的社区API客户端

1.1.0 2021-03-26 18:43 UTC

This package is auto-updated.

Last update: 2024-08-27 02:30:24 UTC


README

Latest Version Total Downloads

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)。更多信息请参阅许可文件