Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/krakphp/stream
- Owner: krakphp
- License: mit
- Created: 2017-04-20T19:03:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T23:03:53.000Z (over 7 years ago)
- Last Synced: 2024-04-24T12:05:40.944Z (8 months ago)
- Topics: php-stream, stream, stream-filter
- Language: PHP
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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