api-php/localise.biz

此包已被废弃且不再维护。作者建议使用 friendsofapi/localise.biz 包。

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

1.1.0 2021-03-26 18:43 UTC

This package is auto-updated.

Last update: 2021-03-26 18:45:38 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)。请参阅 许可证文件 获取更多信息。