Libraries tagged by iterations
nikic/iter
4722812 Downloads
Iteration primitives using generators
markrogoyski/itertools-php
4871 Downloads
Iteration tools for PHP
rackbeat/php-throttler
28947 Downloads
Throttle PHP function calls and iteration runs by X executions per second.
koriym/loop
10558 Downloads
Converts iterable data sets (e.g., database results, CSV files) into an entity list generator with loop context (isFirst, isLast, index, iteration).
crowdstar/exponential-backoff
13612 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
camille-hdl/lazy-lists
4793 Downloads
Lazy list processing and transducers
aboutcoders/process-control
22977 Downloads
A PHP process control library
wouterj/fred
24 Downloads
A very simple iteration based task runner
hassan/one-loop
5 Downloads
A Laravel/PHP Package for Minimizing Collection/Array Iterations
dakujem/toru
198 Downloads
取る - iterable collections with ease. Lodash-style fluent call chaining, generator-based iteration primitives, aggregates, utilities.
colindecarlo/collection
23 Downloads
Collection is a collection library focused on delivering faster access to and iteration of its members.
thumbtack/crankshaft
6 Downloads
Iteration Utils for PHP similar to Python itertools
sourcetoad/bbii2
8847 Downloads
Bbii2 is an iteration of the bbii forum module, but migrated to Yii2
vairogs/functions-iteration
0 Downloads
A PHP library providing enhanced array and iteration utility functions for array manipulation, transformation, and validation
aboks/power-iteration
31 Downloads
Implementation of the Power Iteration method for finding eigenvalues of a matrix, using math-php