PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP Google Translate Text Form   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Google Translate Text Form
Show form to translate text with Google Translate
Author: By
Last change: Update composer.json
Date: 3 months ago
Size: 669 bytes
 

Contents

Class file image Download
{ "name": "peterujah/php-google-translator", "description": "PHP Google Javascript Website Translator Plugin", "keywords": ["google", "translate", "translator", "php", "translating"], "license": "MIT", "type": "library", "homepage": "https://github.com/peterujah/php-google-translator", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": "^7.0 || ^8" }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } }, "archive": { "exclude": ["assets"] }, "prefer-stable": true }