The simple implementation of PSR-7: UriInterface.

Installs: 190

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/quillstack/uri

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

This package is auto-updated.

Last update: 2025-10-07 05:18:18 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