Download the PHP package reinink/roundabout without Composer
On this page you can find all versions of the php package reinink/roundabout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download reinink/roundabout
More information about reinink/roundabout
Files in reinink/roundabout
Download reinink/roundabout
More information about reinink/roundabout
Files in reinink/roundabout
Vendor reinink
Package roundabout
Short Description RESTful router based on the Symfony2 HttpFoundation.
License MIT
Package roundabout
Short Description RESTful router based on the Symfony2 HttpFoundation.
License MIT
Please rate this library. Is it a good library?
Informations about the package roundabout
Roundabout
RESTful router based on the Symfony2 HttpFoundation.
Highlights
- Extremely simple API
- RESTful support: GET, POST, PUT & DELETE
- Based on the Symfony2 HttpFoundation (it just works)
- Supports closures, functions and controller (class) callbacks
- Ability to bulk imports routes using arrays
- Custom controller instantiation (for IoC container integration)
Getting started
Installation
Roundabout is available via Composer:
Setup
Basic routes
More complicated routes
Working with controller classes
Bulk route definitions
Custom controller instantiation
By default Roundabout instantiates controller classes automatically, but this beahavior can be overridden using the $instantiation_callback
paramater. This can be helpful in situations where you want to use an inversion of control container.
All versions of roundabout with dependencies
PHP Build Version
Package Version
Requires
symfony/http-foundation Version
2.1.*@dev
The package reinink/roundabout contains the following files
Loading the files please wait ....