Libraries tagged by IteratorAggregate
kigkonsult/asit
1880 Downloads
Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods
opencultureconsulting/basics
654 Downloads
A collection of generic classes and useful traits for PHP projects.
jesseschalken/set
22898 Downloads
java.utils.Set for PHP implementing ArrayAccess, Countable and IteratorAggregate with O(1) conversion to/from array keys
fast-forward/iterators
44 Downloads
A robust and optimized library for advanced PHP Iterators.
coco-project/magic-access
191 Downloads
\ArrayAccess, \Countable, \IteratorAggregate and __set,__get implementations
code-distortion/array-object-extended
458 Downloads
ArrayObjectExtended class which adds methods missing from PHP's ArrayObject
irfantoor/collection
243 Downloads
Collection implementing ArrayAccess, Countable and IteratorAggregate
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.