An open API service indexing awesome lists of open source software.

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.

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
```