The simple implementation of PSR-7: UriInterface.

v0.0.3 2022-01-06 21:13 UTC

This package is auto-updated.

Last update: 2024-05-07 02:15:37 UTC


README

Build Status Downloads Coverage Lines of Code StyleCI CodeFactor Packagist License Reliability Rating Maintainability Security Rating Packagist PHP Version Support

The simple implementation of PSR-7: UriInterface.

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_uri sh