PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gideon Kombian   PHP Microsoft Bing Translate   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Microsoft Bing Translate
Translate text with Microsoft Bing Translate API
Author: By
Last change: Update of composer.json
Date: 4 months ago
Size: 725 bytes
 

Contents

Class file image Download
{ "name": "gidkom/ms-translator", "description": "Translate text using the Microsoft Translate API", "version": "1.0.0", "keywords": ["microsoft", "translate", "language"], "homepage": "https://github.com/gidkom/ms-translator", "license": "MIT", "authors": [ { "name": "Gideon Kombian", "email": "yoroumah@gmail.com" } ], "support": { "email": "yoroumah@gmail.com", "issues": "https://github.com/gidkom/ms-translator/issues" }, "require": { "php": ">=5.0", "ext-curl": "*" }, "autoload": { "psr-0": { "Gidkom\\MsTranslator": "src/" } }, "minimum-stability": "dev" }