Libraries tagged by iterate
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.
byfareska/stream-chunks
42 Downloads
PSR / resource stream chunks. Wrapper for iterating streams (e.g. via foreach).
brzuchal/recurrence-rules
1082 Downloads
Recurrence rules parser and iterator (RFC 5545 and RFC 2445 compliant)
brychokvadim/php-standard
1 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
boondoc/path-list
19 Downloads
A trait for attaching simple lists of verified filesystem paths to a class for iteration.
bfg/speed-test
23 Downloads
Designed for approximate estimation of the time of code execution by the number of iterations
baguette/copipe-iter
58 Downloads
Most simple iterators
aslamhus/rectpacker
12 Downloads
heuristic algorithm for efficiently packing rectangles of a fixed aspect ratio into a defined space, addressing the NP-hard bin packing problem through iterative adjustment of tile sizes and arrangement.
appzz/finder
41 Downloads
Find files,sort,filter uses iterators
abdu/paymentgateway
8 Downloads
this is a package for PHP (Laravel ) developers to interate their system to our payment gateway
sourcetoad/bbii2
8848 Downloads
Bbii2 is an iteration of the bbii forum module, but migrated to Yii2
php-etl/flow-spout
0 Downloads
This library implements the Extract-Transform-Load pattern asynchronously in PHP with the help of iterators and generators
crowdstar/ranger
6 Downloads
Ranger allows you to mimic the range function in PHP as an Iterator, conserving memory for large ranges.