Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T21:54:55.000Z (over 3 years ago)
- Last Synced: 2024-08-10T04:17:43.443Z (4 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
[![Build Status](https://badgen.net/github/checks/ipublikuj/slim-router/master?cache=300&style=flast-square)](https://github.com/ipublikuj/slim-router)
[![Code coverage](https://badgen.net/coveralls/c/github/ipublikuj/slim-router?cache=300&style=flast-square)](https://coveralls.io/github/ipublikuj/slim-router)
![PHP](https://badgen.net/packagist/php/ipub/slim-router?cache=300&style=flast-square)
[![Licence](https://badgen.net/packagist/license/ipub/slim-router?cache=300&style=flast-square)](https://github.com/ipublikuj/slim-router/blob/master/LICENSE.md)
[![Downloads total](https://badgen.net/packagist/dt/ipub/slim-router?cache=300&style=flast-square)](https://packagist.org/packages/ipub/slim-router)
[![Latest stable](https://badgen.net/packagist/v/ipub/slim-router/latest?cache=300&style=flast-square)](https://packagist.org/packages/ipub/slim-router)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](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).