https://github.com/quillstack/router
The routing library working with PSR-7 requests.
https://github.com/quillstack/router
php php7 router routes routing
Last synced: 11 months ago
JSON representation
The routing library working with PSR-7 requests.
- Host: GitHub
- URL: https://github.com/quillstack/router
- Owner: quillstack
- License: mit
- Created: 2020-08-30T12:16:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T22:26:35.000Z (about 4 years ago)
- Last Synced: 2025-02-19T02:49:04.627Z (11 months ago)
- Topics: php, php7, router, routes, routing
- Language: PHP
- Homepage: https://quillstack.org/router
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quillstack Router
[](https://app.travis-ci.com/quillstack/router)
[](https://sonarcloud.io/dashboard?id=quillstack_router)
[](https://packagist.org/packages/quillstack/router)
[](https://github.styleci.io/repos/291464195?branch=main)
[](https://www.codefactor.io/repository/github/quillstack/router)
[](https://sonarcloud.io/dashboard?id=quillstack_router)
[](https://sonarcloud.io/dashboard?id=quillstack_router)
[](https://sonarcloud.io/dashboard?id=quillstack_router)

The routing library working with PSR-7 requests.
### Unit tests
Run tests using a command:
```
phpdbg -qrr ./vendor/bin/unit-tests
```
### Docker
```shell
$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_router sh
```