PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   Wepesi PHP Router Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Wepesi PHP Router Class
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 1,015 bytes
 

Contents

Class file image Download
{ "name": "wepesi/routing", "description": "Simple and lightweight php module to write clean route of a web application", "type": "library", "license": "Apache-2.0", "autoload": { "psr-4": { "Wepesi\\Routing\\": "src/", "Wepesi\\Controller\\": "demo/controller/", "Wepesi\\Middlleware\\": "demo/middleware/" } }, "homepage": "https://github.com/bim-g/wepesi-router/issues", "support": { "email": "ibmussfb@gmail.com", "issues": "https://github.com/bim-g/wepesi-router/issues", "forum": "https://github.com/bim-g/wepesi-router", "wiki": "https://github.com/bim-g/wepesi-router", "docs": "https://github.com/bim-g/wepesi-router", "source": "https://github.com/bim-g/wepesi-router" }, "authors": [ { "name": "bim-g", "email": "ibmussafb@gmail.com" } ], "minimum-stability": "dev", "require": { "php" : ">=7.4" } }