PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP Multilanguage Strings   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Multilanguage Strings
Get texts to use in multilanguage applications
Author: By
Last change:
Date: 1 month ago
Size: 589 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/multi-lang", "description": "A simple PHP class to manage multi-language websites.", "type": "library", "license": "MIT", "keywords": [ "php", "multi-language", "language", "translation", "translate", "i18n", "l10n" ], "autoload": { "psr-4": { "Mateodioev\\MultiLang\\": "src/" } }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.52" }, "scripts": { "fix": "php-cs-fixer fix --config=.php-cs-fixer.dist.php -vv" } }