PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Multilingual Support Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Multilingual Support Library
Translate texts for Web sites from JSON or DB
Author: By
Last change: New Release v2.0.0
Update composer.json
Update composer.json
Update composer.json
Update composer.json
initial commit

first commit
Date: 3 years ago
Size: 792 bytes
 

Contents

Class file image Download
{ "name": "phptricks/logaty", "description": "logaty php library to create multilingual websites and web applications", "type": "library", "homepage": "https://anzawi.github.io/logaty/", "support": { "email": "m.anzawi2013@gmail.com", "issues": "https://github.com/anzawi/logaty-library/issues", "source": "https://github.com/anzawi/logaty", "docs": "https://anzawi.github.io/logaty/documentation" }, "authors": [ { "name": "Mohammad Waleed Anzawi", "email": "m.anzawi2013@gmail.com" } ], "autoload" : { "psr-4" : { "PHPtricks\\Logaty\\" : "Logaty" }, "files" : [ "Logaty/start.php" ] }, "minimum-stability": "stable", "license": "GPL-3.0-or-later", "require": { "phpunit/phpunit": "^9.3" } }