Download the PHP package capci/stream without Composer
On this page you can find all versions of the php package capci/stream. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor capci
Package stream
Short Description Java-like Stream API library for PHP
License MIT
Homepage https://github.com/capci/Stream
Package stream
Short Description Java-like Stream API library for PHP
License MIT
Homepage https://github.com/capci/Stream
Keywords Stream API
Please rate this library. Is it a good library?
Informations about the package stream
Stream
Java-like Stream API library for PHP.
Intermediate operations are not evaluated until terminal operation is invoked (lazy evaluation).
Requires PHP 7.2 or newer.
Usage
Basic usage.
Generate Stream
-
from values.
-
from array or Traversable.
-
from generator function.
- and others
empty, concat.
Intermediate operation
-
filter
-
map
-
sorted
- and others
flatMap, skip, skipWhile, limit, limitWhile, distinct, peek.
Terminal operation
-
forEach
-
toArray
-
reduce
- and others
count, allMatch, anyMatch, nonMatch, findFirstOrDefault, findLastOrDefault, maxOrDefault, minOrDefault.
License
MIT
All versions of stream with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package capci/stream contains the following files
Loading the files please wait ....