PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of yogesh   Route Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Route Class
Route HTTP request to callback functions
Author: By
Last change:
Date: 7 years ago
Size: 864 bytes
 

Contents

Class file image Download
{ "name": "altorouter/altorouter", "description": "A lightning fast router for PHP", "keywords": ["router", "routing", "lightweight"], "homepage": "https://github.com/dannyvankooten/AltoRouter", "license": "MIT", "authors": [ { "name": "Danny van Kooten", "email": "dannyvankooten@gmail.com", "homepage": "http://dannyvankooten.com/" }, { "name": "Koen Punt", "homepage": "https://github.com/koenpunt" }, { "name": "niahoo", "homepage": "https://github.com/niahoo" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.5.*", "codeclimate/php-test-reporter": "dev-master" }, "autoload": { "classmap": ["AltoRouter.php"] }, "scripts": { "test": "vendor/bin/phpunit" } }