PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kabir Hossain   Sage   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Sage
Demo application of Web development framework
Author: By
Last change:
Date: 1 year ago
Size: 652 bytes
 

Contents

Class file image Download
{ "name": "kabircse/sage", "description": "This is a MVC based lightweight,fast php framework", "type": "project", "license": "MIT", "authors": [ { "name": "Mohammad Kabir Hossain", "email": "kabir.cse10@gmail.com" } ], "minimum-stability": "dev", "require": { "morris/lessql": "master", "altorouter/altorouter": "1.1.0", "vlucas/valitron": "master" }, "autoload": { "psr-4": { "App\\": "app/", "Vendor\\Namespace\\": "vendor/" }, "files": [ "app/helpers/functions.php" ] } }