Libraries tagged by iterate
lincanbin/php-pdo-mysql-class
5053 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
51127 Downloads
Provides a simple adapter to make generators rewindable
chdemko/bitarray
10729 Downloads
BitArray for PHP >= 8.2
bakame/csv
79 Downloads
CSV data manipulation made easy in PHP
rackbeat/php-throttler
27788 Downloads
Throttle PHP function calls and iteration runs by X executions per second.
koriym/loop
9565 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
10314 Downloads
Provides line-by-line readers and iterators for Wikibase/Wikidata JSON dumps
crowdstar/exponential-backoff
12808 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
webit/doctrine-orm-query-builder-iterator
52784 Downloads
php5friends/php-file-iterator14
115899 Downloads
FilterIterator implementation that filters files based on a list of suffixes.
patchranger/cartesian-iterator
10044 Downloads
Cartesian iterator
jeroen/batching-iterator
4678 Downloads
Iterator that fetches values in batch
dgame/php-iterator
101828 Downloads
php iterator
antevenio/pdo-mysql-select-iterator
18091 Downloads
PHP PDO Mysql select statement iterator implemented as multiple queries using LIMIT clauses
wyrihaximus/iterator-or-array-to-array
217356 Downloads
Like iterator_to_array but doesn't error when handed an array