Download the PHP package keven/pipe without Composer
On this page you can find all versions of the php package keven/pipe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor keven
Package pipe
Short Description Data processing pipe
License MIT
Homepage https://github.com/kevengodet/pipe
Package pipe
Short Description Data processing pipe
License MIT
Homepage https://github.com/kevengodet/pipe
Please rate this library. Is it a good library?
Informations about the package pipe
Usage
A collection processing pipe. Methods are chainable.
Each step of the pipe is executed only if required: if you filter out 90% of the items at one step, then further steps will only process the remaining 10%.
You should always use yield
in your callables to avoid having the whole collection
in memory.
You can test the example below by running php lab/example.php
from the root of
the component.
All versions of pipe with dependencies
PHP Build Version
Package Version
Requires
keven/property-access Version
^0.0.2
The package keven/pipe contains the following files
Loading the files please wait ....