php-translation/translator

Translator services

1.2.0 2021-03-26 18:20 UTC

This package is auto-updated.

Last update: 2024-03-27 00:47:14 UTC


README

Latest Version Software License Total Downloads

Services that can be used to translate strings

Install

The first thing you need to do is to install a HTTP client. Please read HTTPlug quickstart. When the client is installed you may install this package with composer by running:

composer require php-translation/translator

Intro

$translator = new Translator();
$translator->addTranslatorService(new GoogleTranslator('api_key'));

echo $translator->translate('apple', 'en', 'sv'); // "äpple"