Libraries tagged by iterator
dajoha/php-iter
93 Downloads
A bunch of functional-like iterators.
coco-project/magic-access
189 Downloads
\ArrayAccess, \Countable, \IteratorAggregate and __set,__get implementations
cmatosbc/oopress-menus
2 Downloads
Menus OOP structures and better iterators.
chrissileinus/config-php
28 Downloads
A storage to hold the config of an app. It ist mainly static but as a Singleton with integrated interfaces ArrayAccess, Serializable, JsonSerializable, IteratorAggregate and Traversable.
brzuchal/recurrence-rules
1082 Downloads
Recurrence rules parser and iterator (RFC 5545 and RFC 2445 compliant)
brychokvadim/php-standard
2 Downloads
Fork by TenantCloud's PHP standard library: lazy, iterators, enum extensions etc
brezgalov/php-typed-collection
27 Downloads
base class for making typed collections via PHP iterator
baguette/copipe-iter
58 Downloads
Most simple iterators
appzz/finder
41 Downloads
Find files,sort,filter uses iterators
php-etl/flow-spout
0 Downloads
This library implements the Extract-Transform-Load pattern asynchronously in PHP with the help of iterators and generators
kael-shipman/php-std-traits
1105 Downloads
An assortment of traits, exceptions and minor classes that help to implement standard PHP interfaces like ArrayAccess, Iterator, etc., as well as a few other useful features.
crowdstar/ranger
6 Downloads
Ranger allows you to mimic the range function in PHP as an Iterator, conserving memory for large ranges.
crazycodr/data-filter
151 Downloads
Used to filter out data from an enumerable source using more flexible patterns than the filter iterator spl class
unstable-cacao/itarator
609 Downloads
pipeline-streams/pipeline-streams
1230 Downloads
Support functional-style operations on streams of elements, such as map-reduce transformations on interators and arrays