Libraries tagged by arrayable
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
arrayaccess/traydigita
36 Downloads
Tray Digita System
arrayaccess/dns-client
24 Downloads
Php DNS Client Resolver
webdevcave/dto
24 Downloads
Provides a foundation for data transfer objects in PHP applications. Built with support for ArrayAccess, JsonSerializable interfaces and hydration provided by our dependency injection container.
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