PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mark Rolich   PHP URL Router Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Composer configuration
Class: PHP URL Router Class
Match URLs with routes for controllers and actions
Author: By
Last change: Update of composer.json
Date: 4 months ago
Size: 835 bytes
 

Contents

Class file image Download
{ "name": "bike/router", "description": "Regular expression based URL router", "version": "1.0.1", "keywords": ["router", "url", "routing", "regex"], "homepage": "https://github.com/mark-rolich/Router", "license": "MIT", "support": { "email": "mark.rolich@gmail.com", "issues": "https://github.com/mark-rolich/Router/issues", "source": "https://github.com/mark-rolich/Router" }, "authors": [ { "name": "Mark Rolich", "email": "mark.rolich@gmail.com", "role": "Developer" } ], "minimum-stability": "stable", "require": { "php": ">=5.3.0" }, "require-dev": { "satooshi/php-coveralls": "dev-master" }, "autoload": { "psr-0": { "Bike\\": "src/" } } }