Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krakphp/stream

PHP streams and filtering made easy.
https://github.com/krakphp/stream

php-stream stream stream-filter

Last synced: about 1 month ago
JSON representation

PHP streams and filtering made easy.

Awesome Lists containing this project

README

        

# Stream

This library provides a simple abstraction over php streams and filters enabling developers to manipulate streams with extreme ease.

## Installation

Install with composer at `krak/stream`

## Usage

This example shows kind of a kitchen sink example of what filters are available and how to utilize them.

```php