Download the PHP package bcen/silex-dispatcher without Composer
On this page you can find all versions of the php package bcen/silex-dispatcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bcen/silex-dispatcher
More information about bcen/silex-dispatcher
Files in bcen/silex-dispatcher
Download bcen/silex-dispatcher
More information about bcen/silex-dispatcher
Files in bcen/silex-dispatcher
Vendor bcen
Package silex-dispatcher
Short Description A Silex plugin
License MIT
Homepage https://github.com/bcen/silex-dispatcher
Package silex-dispatcher
Short Description A Silex plugin
License MIT
Homepage https://github.com/bcen/silex-dispatcher
Keywords restfulcontroller
Please rate this library. Is it a good library?
Informations about the package silex-dispatcher
Silex-Dispatcher
Installation
Via Composer:
{
"require": {
"bcen/silex-dispatcher": "0.5.*"
}
}
Then run
Usage
Features
-
Django-alike CBV controller
Handle missing method:
-
Hybrid-alike Service Locator/Dependency Injection pattern
-
Helpers/Middlewares for creating "RESTful" API
Content Negotiation:
Automated Serialization:
Automated Pagination:
Automated 405 Response for missing method handler:
NOTE: Remember to turn on URL rewrite!!
Known Issues:
- Incompaitible with some other resolvers
- ~~
FilterControllerEvent::getController
will return a closure due toSilexCbvControllerResolver
wraps the actual class controller instance with closure.~~
Testing
License
Silex-Dispatcher is licensed under the MIT license.
All versions of silex-dispatcher with dependencies
PHP Build Version
Package Version
Requires
friendsofsymfony/rest Version
0.8.*@dev
symfony/serializer Version >=2.1,<2.3-dev
symfony/http-foundation Version >=2.1,<2.3-dev
symfony/http-kernel Version >=2.1,<2.3-dev
symfony/event-dispatcher Version >=2.1,<2.3-dev
symfony/routing Version >=2.1,<2.3-dev
doctrine/common Version 2.3.*
symfony/serializer Version >=2.1,<2.3-dev
symfony/http-foundation Version >=2.1,<2.3-dev
symfony/http-kernel Version >=2.1,<2.3-dev
symfony/event-dispatcher Version >=2.1,<2.3-dev
symfony/routing Version >=2.1,<2.3-dev
doctrine/common Version 2.3.*
The package bcen/silex-dispatcher contains the following files
Loading the files please wait ....