quillstack/middleware

The middleware library based on PSR-15: HTTP Server Request Handlers.

Installs: 23

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/quillstack/middleware

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

This package is auto-updated.

Last update: 2025-10-15 06:49:36 UTC


README

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

The middleware library based on PSR-15: HTTP Server Request Handlers.

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