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 客户端可以在 这里 找到。

安装

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