quillstack/stream

The simple implementation of PSR-7: StreamInterface.

Maintainers

Package info

github.com/quillstack/stream

Homepage

pkg:composer/quillstack/stream

Statistics

Installs: 191

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v0.0.2 2022-01-14 22:22 UTC

This package is auto-updated.

Last update: 2026-03-15 07:10:29 UTC


README

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

The simple implementation of PSR-7: StreamInterface.

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