Skip to content

Community API client for localise.biz translation service

License

Notifications You must be signed in to change notification settings

zenobio93/localise.biz

 
 

Repository files navigation

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.

About

Community API client for localise.biz translation service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%