Services that can be used to translate strings
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
$translator = new Translator();
$translator->addTranslatorService(new GoogleTranslator('api_key'));
echo $translator->translate('apple', 'en', 'sv'); // "äpple"