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.

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

This package is auto-updated.

Last update: 2024-05-11 19:14:24 UTC


README

Chunk manipulating data.

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

Example

See examples/array_filter_map_aggregate.php.