https://github.com/ipublikuj/slim-router
:link: Super simple PSR-7 customizable routing system with middleware
https://github.com/ipublikuj/slim-router
fastroute ipub ipublikuj psr-7 router routing
Last synced: about 2 months ago
JSON representation
:link: Super simple PSR-7 customizable routing system with middleware
- Host: GitHub
- URL: https://github.com/ipublikuj/slim-router
- Owner: ipublikuj
- License: other
- Created: 2020-03-16T21:00:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T21:54:55.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T02:58:42.910Z (3 months ago)
- Topics: fastroute, ipub, ipublikuj, psr-7, router, routing
- Language: PHP
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PSR-7 slim router
[](https://github.com/ipublikuj/slim-router)
[](https://coveralls.io/github/ipublikuj/slim-router)

[](https://github.com/ipublikuj/slim-router/blob/master/LICENSE.md)
[](https://packagist.org/packages/ipub/slim-router)
[](https://packagist.org/packages/ipub/slim-router)
[](https://github.com/phpstan/phpstan)PSR-7 super slim router inspired with [Fast Route](https://github.com/nikic/FastRoute) and [Slim framework](http://www.slimframework.com).
## Installation
The best way to install **ipub/slim-router** is using [Composer](http://getcomposer.org/):
```sh
composer require ipub/slim-router
```## Documentation
Learn how to create & handle routes in [documentation](https://github.com/iPublikuj/slim-router/blob/master/docs/en/index.md).
***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/slim-router](http://github.com/iPublikuj/slim-router).