Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leprephp/routing
A unified interface to http routing, PSR-7 compliant
https://github.com/leprephp/routing
php php7 psr-7 router routing
Last synced: about 1 month ago
JSON representation
A unified interface to http routing, PSR-7 compliant
- Host: GitHub
- URL: https://github.com/leprephp/routing
- Owner: leprephp
- License: mit
- Created: 2017-10-31T18:09:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T12:34:30.000Z (about 5 years ago)
- Last Synced: 2024-08-05T07:58:30.360Z (6 months ago)
- Topics: php, php7, psr-7, router, routing
- Language: PHP
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**🚧 This project is in early development stage and it could change significantly in the future.**
# Lepre Routing
[![Build Status](https://travis-ci.org/leprephp/routing.svg?branch=master)](https://travis-ci.org/leprephp/routing)
[![Coverage Status](https://coveralls.io/repos/github/leprephp/routing/badge.svg?branch=master)](https://coveralls.io/github/leprephp/routing?branch=master)A unified interface to http routing, [PSR-7][psr7] compliant
## Installation
Install the latest version with [Composer][composer]:
```
$ composer require lepre/routing
```### Requirements
This project works with PHP 7.2 or above.
## License
This project is licensed under the MIT License. See the LICENSE file for details.
[composer]: https://getcomposer.org/
[psr7]: http://www.php-fig.org/psr/psr-7/