Libraries tagged by ITKR
domwebber/array-toggle-permutations
6 Downloads
PHP array permutations iterator. A simple way to loop through every possible combination of items in an array.
dmt-software/xml-parser
67 Downloads
Iterate over the elements within a xml
devlop/buffer
88 Downloads
Simple Buffer for iterating over an iteratable and regularly applying a callback.
cunningsoft/generic-list
997 Downloads
This library provides the tools needed to create custom iterables without the need to repeat all the boilerplate code.
code-pilots/change-set-collection
1997 Downloads
The utility is designed to detect the state of change set relative to two iterables list
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
48 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
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
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
bdelespierre/gitstats
13 Downloads
Iterate through git commits to gather statistics
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.