ganlvtech/php-buffer-pipeline

Chunk manipulating data with buffered pipeline. Useful for workflow like fetching data from mysql or redis -> mapping data -> filtering data -> writing to local file.

Maintainers

Package info

github.com/ganlvtech/php-buffer-pipeline

pkg:composer/ganlvtech/php-buffer-pipeline

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v1.0.1 2019-12-11 08:33 UTC

This package is auto-updated.

Last update: 2026-03-11 22:59:26 UTC


README

Chunk manipulating data.

Workflow like: generator -> buffer -> function -> buffer -> function -> buffer -> function.

Example

See examples/array_filter_map_aggregate.php.