{
"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"
}
|