Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T22:23:08.000Z (almost 3 years ago)
- Last Synced: 2024-08-07T04:14:40.292Z (5 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
[![Build Status](https://app.travis-ci.com/quillstack/stream.svg?branch=main)](https://app.travis-ci.com/quillstack/stream)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=quillstack_stream&metric=alert_status)](https://sonarcloud.io/dashboard?id=quillstack_stream)
[![Downloads](https://img.shields.io/packagist/dt/quillstack/stream.svg)](https://packagist.org/packages/quillstack/stream)
[![StyleCI](https://github.styleci.io/repos/301132689/shield?branch=main)](https://github.styleci.io/repos/301132689?branch=main)
[![CodeFactor](https://www.codefactor.io/repository/github/quillstack/stream/badge)](https://www.codefactor.io/repository/github/quillstack/stream)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=quillstack_stream&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=quillstack_stream)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=quillstack_stream&metric=ncloc)](https://sonarcloud.io/dashboard?id=quillstack_stream)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=quillstack_stream&metric=coverage)](https://sonarcloud.io/dashboard?id=quillstack_stream)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/quillstack/stream)
![Packagist License](https://img.shields.io/packagist/l/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
```