https://github.com/quillstack/stream
The simple implementation of PSR-7: StreamInterface.
https://github.com/quillstack/stream
input php php-input php7 psr psr-7 stream stream-interface
Last synced: 11 months ago
JSON representation
The simple implementation of PSR-7: StreamInterface.
- Host: GitHub
- URL: https://github.com/quillstack/stream
- Owner: quillstack
- License: mit
- Created: 2020-10-04T13:10:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T22:23:08.000Z (about 4 years ago)
- Last Synced: 2025-02-17T14:17:02.913Z (12 months ago)
- Topics: input, php, php-input, php7, psr, psr-7, stream, stream-interface
- Language: PHP
- Homepage: https://quillstack.org
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quillstack Stream
[](https://app.travis-ci.com/quillstack/stream)
[](https://sonarcloud.io/dashboard?id=quillstack_stream)
[](https://packagist.org/packages/quillstack/stream)
[](https://github.styleci.io/repos/301132689?branch=main)
[](https://www.codefactor.io/repository/github/quillstack/stream)
[](https://sonarcloud.io/dashboard?id=quillstack_stream)
[](https://sonarcloud.io/dashboard?id=quillstack_stream)
[](https://sonarcloud.io/dashboard?id=quillstack_stream)


The simple implementation of PSR-7: StreamInterface.
### Unit tests
Run tests using a command:
```
phpdbg -qrr ./vendor/bin/unit-tests
```
## Docker
```shell
$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_stream sh
```