Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.6 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.6 KB

Quillstack Stream

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