PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Decode Web   PHP Yandex Translate   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Yandex Translate
Translate application texts using Yandex API
Author: By
Last change:
Date: 4 years ago
Size: 698 bytes
 

Contents

Class file image Download
{ "name": "decodewebin/yandex-language-translate", "description": "A laravel package to translate message into different languages using yandex's free translate api", "license": "MIT", "authors": [ { "name": "Dinesh Suthar", "email": "decodeweb2019@gmail.com" } ], "minimum-stability": "dev", "require": { "guzzlehttp/guzzle": "^6.3" }, "autoload": { "psr-4": { "Decodewebin\\YandexTranslate\\": "src/" } }, "extra": { "laravel": { "providers": [ "Decodewebin\\YandexTranslate\\YandexTranslateServiceProvider" ] } } }