gzstream:Gzip Stream for php Guzzle和S3

时间:2024-06-06 07:41:10
【文件属性】:

文件名称:gzstream:Gzip Stream for php Guzzle和S3

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-06 07:41:10

PHP

GzStreams for PHP 为guzzle和S3流提供其他流包装器,以便您可以读取和写入gzip文件。 使用Composer安装 curl -s http://getcomposer.org/installer | php php composer.phar require cyberdummy/gzstream 或者 composer require cyberdummy/gzstream 用法 在使用时,将体流包裹在新的装饰器中。 $ newBodyStream = new GzStreamGuzzle ( $ psr7BodyStream ); 与S3流包装一起使用。 $ s3Client = new Aws \ S3 \ S3Client ([ 'version' => 'latest' ]); # Register the wrapper a


【文件预览】:
gzstream-master
----src()
--------GzStreamGuzzle.php(4KB)
--------GzS3Wrapper.php(926B)
----composer.lock(47KB)
----README.md(935B)
----tests()
--------.env.example(78B)
--------s3ReadTest.txt.gz(49B)
--------closeTest.gz(54B)
--------S3GzStreamTest.php(1KB)
--------writeTest.gz(62B)
--------GuzzleGzStreamTest.php(1KB)
--------.gitignore(5B)
----.gitignore(8B)
----composer.json(540B)

网友评论