Libraries tagged by IteratorAggregate
opencultureconsulting/basics
312 Downloads
A collection of generic classes and useful traits for PHP projects.
kigkonsult/asit
260 Downloads
Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods
jesseschalken/set
21939 Downloads
java.utils.Set for PHP implementing ArrayAccess, Countable and IteratorAggregate with O(1) conversion to/from array keys
potter/iterator-aggregate
8 Downloads
PHP IteratorAggregate Interface
irfantoor/collection
235 Downloads
Collection implementing ArrayAccess, Countable and IteratorAggregate
coco-project/magic-access
99 Downloads
\ArrayAccess, \Countable, \IteratorAggregate and __set,__get implementations
code-distortion/array-object-extended
163 Downloads
ArrayObjectExtended class which adds methods missing from PHP's ArrayObject
chrissileinus/config-php
26 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.