PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Aleksandar Zivanovic   PHP Translate Text   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Translate Text
Get application text translations from INI files
Author: By
Last change:
Date: 2 years ago
Size: 465 bytes
 

Contents

Class file image Download
{ "name": "coapsyfactor/translator", "description": "Simple and easy to use translation library", "type": "library", "require": { "php": ">=7.2" }, "license": "Apache-2.0", "authors": [ { "name": "Aleksandar Zivanovic", "email": "coapsyfactor@gmail.com" } ], "minimum-stability": "stable", "autoload": { "psr-4": { "Translate\\": "./src/" } } }