api-php/localise.biz

This package is abandoned and no longer maintained. The author suggests using the friendsofapi/localise.biz package instead.

A community API client for localise.biz translation service

Installs: 174

Dependents: 0

Suggesters: 0

Security: 0

Stars: 24

Watchers: 3

Forks: 10

Open Issues: 0

pkg:composer/api-php/localise.biz

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

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.