Libraries tagged by Array2Object
carloswph/mainframe
8 Downloads
Provides a container in which objects can be pushed, and then an interface to call methods that can be found inside the queued objects, and executed sequentially.
alekseykorzun/benchmarker-array-php
9 Downloads
Benchmark factory for array engines in PHP
vectorial1024/transmutation
0 Downloads
The "collections" library for array-like objects.
vectorial1024/alof-lib
5 Downloads
PHP array-like object functions library.
k-gun/xo
53 Downloads
A few well e(x)tended (o)bjects that make easy to build strictly typed arrays such as Map, Set, Tuple or any type of TypedArray's, and also String and Number's.
dcarbone/simple-collection
19 Downloads
A bare-bones Collection-style class for PHP 5.3.3+
dcarbone/fixed-collection-plus
18 Downloads
A powerful Fixed Collection class inspired by the PHP community
sunkan/codex
558 Downloads
Extended implementation of ArrayObject
mf1dd/object-builder
1 Downloads
Automatically creates fully populated PHP object instances with random, type-safe values. Designed for test fixtures and runtime object generation. Supports all PHP class types — regular classes, readonly classes, abstract classes, enums, traits, interfaces, and built-in stock classes like DateInterval or ArrayObject. Recursively resolves nested object graphs, detects property names for semantically meaningful values (timezone, email, firstname …), and offers constraint-based value ranges via a fluent API. No framework required; zero runtime dependencies beyond nikic/php-parser. PHP 8.2+.
lbacik/object-collection
211 Downloads
Object collection based on SPL ArrayObject class
jared/php-falloff-utils-arr
14 Downloads
ArrayObject implementation plus a bunch of features
frdl/context
306 Downloads
An ArrayObject with DotNotation accessor, ContextContainer class as CompositeContainer
flsouto/htattrs
224 Downloads
Build html attributes through the ArrayObject API
dormilich/extended-array-object
18 Downloads
Bringing array functions to the ArrayObject
damijanc/collection
9 Downloads
A simple PHP collection class to be used instead of ArrayObject