PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   Simple PHP Router   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Router
Route HTTP requests to callback functions
Author: By
Last change:
Date: 0 years ago
Size: 401 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/http-router", "description": "Simple route in php with support for vars in url", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Mateodioev\\HttpRouter\\": "src/" } }, "minimum-stability": "stable", "require": { "mateodioev/string-vars": "^1.2", "ralouphie/getallheaders": "^3.0" } }