Libraries tagged by object array access
hambrook/nest
64 Downloads
Power up PHP arrays and objects and access nested data (even within functions) without worrying about validation.
piotrpress/initer
253 Downloads
This library reads/writes flat array data from/to key=value format compatible with .ini and .env files.
piotrpress/configer
310 Downloads
This library loads/saves php array from/to a configuration file.
devly/repository
1033 Downloads
PHP data repository object with array access using dot notation
noj/dot
9738 Downloads
Nested array/object access through dot notation
idct/limited-objects-cache
6 Downloads
Simple ArrayAccess objects' cache with a lookup table in memory and fallback to files with serialized data.
dwo/simple_accessor
6774 Downloads
Simple property access to objects and arrays by using simple string notation
mmamedov/array-property
19 Downloads
Access arrays in an intuitive and object-oriented way. Keys and values are treated as properties.
jvmanji/universal-access
476 Downloads
This package includes PHP wrapper for arrays and objects, which simplifies access to nested properties/keys.
ivir3zam/object-array-tools
159 Downloads
A full featured array behavior Abstract class for using in php libraries
code-distortion/array-object-extended
458 Downloads
ArrayObjectExtended class which adds methods missing from PHP's ArrayObject
oro-flex/property-access
741 Downloads
The Oro Property Access component reads/writes values from/to object/array graphs using a simple string notation.
keven/property-access
14 Downloads
Read and write properties on arrays and objects
hambrook/nestr
19 Downloads
Power up PHP arrays and objects and access nested data (even within functions) without worrying about validation.
samcrosoft/constantaccess
6 Downloads
This library makes it possible to create and read (access) constants using an array-like object or a typical class object to make it possible to use constants in strings without the need of concatenation of strings