A community client for Loco (Localise.biz). The official api client is found here.
Via Composer
$ composer require friendsofapi/localise.biz
$apiClient = new LocoClient();
$response = $apiClient->translations()->show('project_key', 'hello_world', 'sv');
echo $response->getTranslation(); // "Hej världen"
The MIT License (MIT). Please see License File for more information.