Download the PHP package iterator-tools/pipeline without Composer
On this page you can find all versions of the php package iterator-tools/pipeline. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iterator-tools/pipeline
More information about iterator-tools/pipeline
Files in iterator-tools/pipeline
Download iterator-tools/pipeline
More information about iterator-tools/pipeline
Files in iterator-tools/pipeline
Vendor iterator-tools
Package pipeline
Short Description Tools to work with iterators including lazy evaluation
License MIT
Package pipeline
Short Description Tools to work with iterators including lazy evaluation
License MIT
Please rate this library. Is it a good library?
Informations about the package pipeline
Iterator Tools
Library provides tools for working with iterators in a convenient way. Promotes functional style
of programming when dealing with iterable
collections.
Install using Composer:
Example:
Allows defining iterators pipeline separately from actually consuming it. Allows processing large collections by avoiding loading all data into the memory at once - each key, value pair returned by source iterator is passed by multiple stages separately.
Example some-file.csv
file for the code above:
All versions of pipeline with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
symfony/polyfill-php80 Version ^1.23
symfony/polyfill-php81 Version ^1.23
symfony/polyfill-php80 Version ^1.23
symfony/polyfill-php81 Version ^1.23
The package iterator-tools/pipeline contains the following files
Loading the files please wait ....