scheldejonas / guzzlephpstreams
提供对数据流的简单抽象
3.0.2
2020-11-12 10:30 UTC
This package is auto-updated.
Last update: 2024-09-12 20:19:39 UTC
README
提供对数据流的简单抽象。
此库用于Guzzle 5,并且(目前)与WIP PSR-7兼容。
安装
可以使用Composer轻松安装此包。只需将以下内容添加到项目根目录的composer.json文件中
{ "require": { "guzzlehttp/streams": "~3.0" } }
然后使用composer.phar install
安装您的依赖项。
文档
此包的文档可以在Guzzle官方网站上找到:http://docs.guzzlephp.org/en/guzzle4/streams.html。
测试
此库使用PHPUnit进行测试。您需要使用Composer安装依赖项,然后运行make test
。