Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 873 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 873 Bytes

Localise.biz (Loco) API client

Latest Version Total Downloads

A community client for Loco (Localise.biz). The official api client is found here.

Install

Via Composer

$ composer require friendsofapi/localise.biz

Usage

$apiClient = new LocoClient();
$response = $apiClient->translations()->show('project_key', 'hello_world', 'sv');
echo $response->getTranslation(); // "Hej världen"

License

The MIT License (MIT). Please see License File for more information.