PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP Google and Yandex Translate API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Google and Yandex Translate API
Translate texts with Google or Yandex APIs
Author: By
Last change:
Date: 2 years ago
Size: 277 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/translate", "description": "Translate text", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Mateodioev\\": "src/" } }, "require": { "mateodioev/request": "dev-master" } }