Libraries tagged by iterate
lincanbin/php-pdo-mysql-class
5261 Downloads
A PHP MySQL PDO class similar to the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
jeroen/rewindable-generator
52247 Downloads
Provides a simple adapter to make generators rewindable
chdemko/bitarray
12015 Downloads
BitArray for PHP >= 8.2
bakame/csv
81 Downloads
CSV data manipulation made easy in PHP
tenantcloud/php-standard
52640 Downloads
TenantCloud's PHP standard library: lazy, iterators, enum extensions etc
rackbeat/php-throttler
30229 Downloads
Throttle PHP function calls and iteration runs by X executions per second.
koriym/loop
11575 Downloads
Converts iterable data sets (e.g., database results, CSV files) into an entity list generator with loop context (isFirst, isLast, index, iteration).
jeroen/json-dump-reader
10750 Downloads
Provides line-by-line readers and iterators for Wikibase/Wikidata JSON dumps
crowdstar/exponential-backoff
14412 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
webit/doctrine-orm-query-builder-iterator
55721 Downloads
php5friends/php-file-iterator14
119403 Downloads
FilterIterator implementation that filters files based on a list of suffixes.
org_heigl/trait-iterator
5504 Downloads
A Trait for the iterator-interface
jeroen/batching-iterator
5209 Downloads
Iterator that fetches values in batch
gyselroth/stream-iterator
2062 Downloads
Provides \StreamIterator which allows traversing through an iterator and stringify each element
elliotchance/iterator
45406 Downloads
Iterator builders for PHP