PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Enrico Sola   PHP Locale Kit   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Locale Kit
Get application locale texts from Google Translate
Author: By
Last change:
Date: 6 years ago
Size: 770 bytes
 

Contents

Class file image Download
{ "name": "ryanj93/php-locale-kit", "version": "1.1.0", "description": "A simple library that allows to manage language packages and translate texts with PHP.", "type": "library", "license": "GPL-3.0-or-later", "homepage": "https://github.com/RyanJ93/php-locale-kit#readme", "authors": [{ "name": "Enrico Sola", "email": "sola.enrico.93@gmail.com", "homepage": "https://www.enricosola.com" }], "require": { "php": ">=7.0" }, "require-dev": { "php": ">=7.0" }, "suggest":{ "php-tiny-cacher": "Needed if you are going to take advantage of data caching." }, "keywords": [ "translation", "localization", "sqlite", "sqlite3" ], "autoload": { "files": [ "php-locale-kit.php" ] } }