Libraries tagged by array-accessor
devly/repository
3832 Downloads
PHP data repository object with array access using dot notation
petrgrishin/array-access
5241 Downloads
PHP multi array access
mschindler83/array-access
3006 Downloads
Easy array access
dgifford/array-access-trait
5958 Downloads
Trait providing methods to implement array access using a container variable.
rotexsoft/versatile-collections
6070 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.
gravatalonga/container
2704 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.
dmitrijs-brujevs/data-object
78 Downloads
Path-based in-memory data container with nested array access via slash-separated node paths.
ayesh/case-insensitive-array
20690 Downloads
Class to store and access data in a case-insensitive fashion, while maintaining the integrity and functionality of a regular array.
nicmart/arrayze
24 Downloads
A callback-based decorator that gives array access to values.
brenoroosevelt/habemus
757 Downloads
PSR-11 Container for Dependency Injection (auto-wiring, attributes, factories, closures, array access)
takuya/php-genetator-array-access
100 Downloads
make yield into an Array / ArrayAccess.
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
tommyknocker/struct
8 Downloads
PHP Structure helper with typed properties and attributes
safeaccess/inline
4 Downloads
Safe nested data access with dot notation for PHP.