https://github.com/pmall/router.old
https://github.com/pmall/router.old
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmall/router.old
- Owner: pmall
- License: mit
- Created: 2017-12-14T11:31:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T11:34:08.000Z (over 8 years ago)
- Last Synced: 2025-02-27T21:50:42.668Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Router
This package provides a outer allowing to build Psr-15 dispatcher based on a Psr-7 request. It can be used with [nikic/fast-route](https://github.com/nikic/FastRoute) or [aura/router](https://github.com/auraphp/Aura.Router) as the underlying routing mechanism.
**Require** php >= 7.1
**Installation** `composer require ellipse/router`
**Run tests** `./vendor/bin/kahlan`