1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-27 04:14:49 +01:00
Go to file
Aaron Piotrowski 06fc788d32 Revert "Add Parser::getBuffer()"
This reverts commit 253aaaf4fa.
2017-05-29 23:29:19 -05:00
docs Update shared, convert blockquote into note 2017-05-29 21:52:28 +02:00
examples Document compression streams 2017-05-25 17:51:25 +02:00
lib Revert "Add Parser::getBuffer()" 2017-05-29 23:29:19 -05:00
test Suppress warning for invalid contexts, we throw an exception there 2017-05-22 14:44:36 +02:00
.editorconfig Add .editorconfig and fix code style 2017-05-07 22:14:45 +02:00
.gitattributes Initial commit 2016-08-10 16:52:25 -05:00
.gitignore Add tests, fix ResourceOutputStream writable check 2017-05-16 23:27:48 +02:00
.gitmodules Turn ./docs into a Jekyll site 2017-05-28 19:24:13 +02:00
.php_cs.dist Rename Gzip*Stream to Zlib*Stream and allow different encodings 2017-05-14 14:40:32 +02:00
.travis.yml Ignore platform requirements for php-cs-fixer 2017-05-07 22:23:08 +02:00
composer.json Adjust package description 2017-05-22 10:28:56 +02:00
LICENSE Update LICENSE year 2017-05-07 22:18:55 +02:00
Makefile Rename Gzip*Stream to Zlib*Stream and allow different encodings 2017-05-14 14:40:32 +02:00
phpunit.xml.dist Add Message tests 2017-04-13 09:05:37 -05:00
README.md Fix README title 2017-05-22 10:29:30 +02:00

byte-stream

Build Status CoverageStatus License

amphp/byte-stream is a stream abstraction to make working with non-blocking I/O simple.

Installation

This package can be installed as a Composer dependency.

composer require amphp/byte-stream

Requirements

  • PHP 7.0+

Documentation

Documentation is bundled within this repository in the ./docs directory.

Versioning

amphp/byte-stream follows the semver semantic versioning specification like all other amphp packages.

Security

If you discover any security related issues, please email me@kelunik.com instead of using the issue tracker.

License

The MIT License (MIT). Please see LICENSE for more information.