https://github.com/kevengodet/append-stream
Append stream resources into a single stream to read from.
https://github.com/kevengodet/append-stream
aggregate append concatenate resource stream
Last synced: about 1 month ago
JSON representation
Append stream resources into a single stream to read from.
- Host: GitHub
- URL: https://github.com/kevengodet/append-stream
- Owner: kevengodet
- Created: 2018-04-04T08:10:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T08:59:45.000Z (almost 8 years ago)
- Last Synced: 2025-09-23T13:56:03.148Z (5 months ago)
- Topics: aggregate, append, concatenate, resource, stream
- Language: PHP
- Size: 6.84 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keven/append-stream
Concatenate streams without bloating the memory.
## Install
```shell
$ composer install keven/append-stream
```
## Usage
```php
getResource();
echo stream_get_contents($handle);
// stream1stream2stream3
```