Libraries tagged by array-access
rotexsoft/versatile-collections
6086 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.
prowebcraft/dot
29984 Downloads
PHP dot notation array access
michaels/data-manager
2039 Downloads
Simple data manager for nested data, dot notation array access, extendability, and container interoperability.
gravatalonga/container
2746 Downloads
Implementation of PSR-11 Container, it is lightweight yet powerful. Feature such as Lazy Factory, Factory, Optinal Share of Services, Array Access and other it can be very versatile.
takuya/php-genetator-array-access
111 Downloads
make yield into an Array / ArrayAccess.
italix/contracts
23 Downloads
Shared contracts (interfaces) for Italix libraries - enables seamless integration between italix/orm, italix/forms, and other compatible libraries
manychois/php-strong
30 Downloads
A utility library for PHP to help you write strong-typed code.
nicmart/arrayze
24 Downloads
A callback-based decorator that gives array access to values.
dmitrijs-brujevs/data-object
92 Downloads
Path-based in-memory data container with nested array access via slash-separated node paths.
william-lindner/delimiter_array_access
6 Downloads
An accessor function for arrays that allows you to find nested values by delimited notation.
rkr/recursive-array-accessor
1961 Downloads
Access recursive arrays through an easy interface
potter/array-access
3 Downloads
northrook/array-access
135 Downloads
Delineated notation access to PHP arrays, with an optional Primary Value, allowing sub-array keys to return either their assigned value, or nested values.
codeinc/array-access
25 Downloads
ArrayAccess library
dingtao/simple-array-accessor
17 Downloads
a simple lib to get/set array value with dot notation