This repository was archived by the owner on Jan 21, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork12
Router subcomponent for Expressive
License
NotificationsYou must be signed in to change notification settings
zendframework/zend-expressive-router
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository has moved tomezzio/mezzio-router.
Router subcomponent forExpressive.
This package provides the following classes and interfaces:
RouterInterface, a generic interface to implement for providing routingcapabilities aroundPSR-7ServerRequestmessages.Route, a value object describing routed middleware.RouteResult, a value object describing the results of routing.
Typically, you will install this when installing Expressive. However, it can beused standalone to provide a generic way to provide routed PSR-7 middleware. Todo this, use:
$ composer require zendframework/zend-expressive-router
We currently support and provide the following routing integrations:
- Aura.Router:
composer require zendframework/zend-expressive-aurarouter - FastRoute:
composer require zendframework/zend-expressive-fastroute - zend-router:
composer require zendframework/zend-expressive-zendrouter
Expressive providesrouting documentation.
About
Router subcomponent for Expressive
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.