quillstack/router

The routing library working with PSR-7 requests.

v0.0.3 2022-01-14 22:26 UTC

This package is auto-updated.

Last update: 2024-11-15 05:03:14 UTC


README

Build Status Quality Gate Status Downloads StyleCI CodeFactor Maintainability Rating Lines of Code Coverage Packagist License

The routing library working with PSR-7 requests.

Unit tests

Run tests using a command:

phpdbg -qrr ./vendor/bin/unit-tests

Docker

$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_router sh