1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-26 20:04:51 +01:00
Go to file
2019-07-15 16:16:07 +02:00
docs Update dependency lock file 2018-12-25 13:42:01 +01:00
examples Add async readline/echo and add composer commands 2019-07-15 16:16:07 +02:00
lib Add async readline/echo and add composer commands 2019-07-15 16:16:07 +02:00
test Add async readline/echo and add composer commands 2019-07-15 16:16:07 +02:00
.editorconfig Fix editorconfig, add 7.2 to Travis, update shared 2017-10-07 10:32:29 +02:00
.gitattributes Add docs/asset to export-ignore 2018-12-27 19:08:06 +01:00
.gitignore Add tests, fix ResourceOutputStream writable check 2017-05-16 23:27:48 +02:00
.gitmodules Update to new shared docs repo 2017-09-27 13:56:06 +02:00
.php_cs.dist Apply PSR-2 2018-09-22 16:04:00 +02:00
.travis.yml Test on PHP 7.3 2018-12-25 13:18:57 +01:00
composer.json Add async readline/echo and add composer commands 2019-07-15 16:16:07 +02:00
infection.json.dist Add infection and tests 2018-09-23 21:30:08 +02:00
LICENSE Update LICENSE date 2019-06-03 23:54:24 +02:00
middle Add test case for #47 2018-12-25 12:59:12 +01:00
phpunit.xml.dist Add Message tests 2017-04-13 09:05:37 -05:00
README.md Add banner to readme 2017-09-07 11:03:21 +02:00

byte-stream

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.