PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of devg   Router Lite   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Router Lite
Route HTTP requests by URL pattern to callbacks
Author: By
Last change: Add usage example & webserver config.
Handler `Controller@methodAction` now must content exact method name.
Refactior Readme file.
Date: 6 years ago
Size: 416 bytes
 

Contents

Class file image Download
{ "name": "devgkz/routerlite", "description": "Extremely simple router for small web applications", "keywords": ["routing", "router", "micro-framework"], "license": "MIT", "authors": [ { "name": "Eugene D.", "email": "devg@ya.ru", "homepage": "http://devg.kz" } ], "require": { "php": ">=5.6.0" }, "autoload": { "psr-4": { "RouterLite\\": "src/" } } }