Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/demoadmin.ncriptech.com/vendor/stichoza/google-translate-php/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "stichoza/google-translate-php", "description": "Free Google Translate API PHP Package", "keywords": ["google", "translate", "translator", "php", "translating"], "license": "MIT", "type": "library", "homepage": "https://github.com/Stichoza/google-translate-php", "authors": [ { "name": "Levan Velijanashvili", "email": "me@stichoza.com" } ], "require": { "php": "^8.0", "guzzlehttp/guzzle": "^7.0", "ext-json": "*", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^9.5.10" }, "scripts": { "test": "vendor/bin/phpunit" }, "autoload": { "psr-4": { "Stichoza\\GoogleTranslate\\": "src/" } }, "autoload-dev": { "psr-4": { "Stichoza\\GoogleTranslate\\Tests\\": "tests/" } } }