friendsofapi/localise.biz

A community API client for localise.biz translation service

Maintainers

👁 Nyholm

Package info

github.com/FriendsOfApi/localise.biz

pkg:composer/friendsofapi/localise.biz

Statistics

Installs: 1 934 756

Dependents: 1

Suggesters: 0

Stars: 26

Open Issues: 2

1.1.0 2021-03-26 18:43 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9ea01cca6f40c296b2ec3ca50d746874babd6d1e

  • Tobias Nyholm <tobias.nyholm.woop@gmail.com>
  • Márk Sági-Kazár <mark.sagikazar.woop@gmail.com>

translationlocolocaliseLocalise.biz

This package is auto-updated.

Last update: 2026-06-27 06:31:42 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.