PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Simple, Fast, Lightweight PHP MVC Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple, Fast, Lightweight PHP MVC Framework
Route requests to controller classes or closures
Author: By
Last change:
Date: 1 year ago
Size: 587 bytes
 

Contents

Class file image Download
{ "name": "akash/phpmvc", "description": "A simple lightweight PHP MVC framework", "type": "library", "license": "MIT", "authors": [ { "name": "ManiruzzamanAkash", "email": "manirujjamanakash@gmail.com" } ], "require": { "php": ">=7.1", "pecee/simple-router": "dev-master", "vlucas/phpdotenv": "5.4.x-dev" }, "autoload": { "psr-4": { "App\\": "app/" }, "files": [ "app/Base/functions.php" ] }, "minimum-stability": "dev" }