PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Michele Pagnin   MToolkit   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MToolkit
PHP Web application framework that supports MVC
Author: By
Last change:
Date: 9 years ago
Size: 826 bytes
 

Contents

Class file image Download
{ "name": "mpstyle/mtoolkit", "version": "0.1", "description": "MToolkit is a simple PHP toolkit. Easy to understand. Fast to use.", "keywords": ["framework","toolkit", "Qt", ".NET", "web framework"], "type": "library", "homepage": "https://github.com/MpStyle/MToolkit", "license": "LGPL-3.0+", "authors": [ { "name": "Michele Pagnin", "email": "pagnin.michele@gmail.com", "homepage": "http://mpmp.altervista.org", "role": "Main Developer" } ], "support": { "email": "pagnin.michele@gmail.com" }, "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "MToolkit\\": "./", "Vendor\\Namespace\\": "" }, "files": ["Core/MGlobal.php"] } }