Download the PHP package air-php/dispatcher without Composer
On this page you can find all versions of the php package air-php/dispatcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dispatcher
Dispatcher
The dispatcher library includes classes for dispatching web application routes.
Installation
Installation via Composer is recommended.
"require": {
"air-php/dispatcher": "dev-master"
}
Dispatcher
The dispatch()
method of the Dispatcher
class takes a ResolvedRequest
(compatible with Air's ResolvedRequest interface) and dispatches it.
If present, the dispatcher will call a before()
and after()
method on the target controller, before and after it calls the controller's action. This provides two useful hooks for code execution in your application's controllers.
All versions of dispatcher with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
phpunit/phpunit Version ~5.0
container-interop/container-interop Version ~1.0
air-php/routing Version ~0.1
phpunit/phpunit Version ~5.0
container-interop/container-interop Version ~1.0
air-php/routing Version ~0.1
The package air-php/dispatcher contains the following files
Loading the files please wait ....