PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joseluis Laso   Slim Routing Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Slim Routing Manager
Read routes from controller class annotations
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 639 bytes
 

Contents

Class file image Download
{ "name": "jlaso/slim-routing-manager", "description": "An approximation to the Symfony's routing system in SlimFramework", "keywords": ["slimframework","router"], "homepage": "http://github.com/jlaso/slim-routing-manager", "license": "MIT", "authors": [ { "name": "Joseluis Laso", "homepage": "http://www.joseluislaso.es", "role": "Developer" } ], "autoload": { "psr-0": { "JLaso\\SlimRoutingManager": "" } }, "require": { "php": ">=5.3.0", "slim/slim": "2.2.0" }, "minimum-stability": "dev" }