quillstack/stream

The simple implementation of PSR-7: StreamInterface.

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

This package is auto-updated.

Last update: 2024-05-15 03:09:12 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