Libraries tagged by object array access
piotrpress/configer
275 Downloads
This library loads/saves php array from/to a configuration file.
noj/dot
9735 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
6765 Downloads
Simple property access to objects and arrays by using simple string notation
mmamedov/array-property
18 Downloads
Access arrays in an intuitive and object-oriented way. Keys and values are treated as properties.
jvmanji/universal-access
475 Downloads
This package includes PHP wrapper for arrays and objects, which simplifies access to nested properties/keys.
ivir3zam/object-array-tools
156 Downloads
A full featured array behavior Abstract class for using in php libraries
oro-flex/property-access
740 Downloads
The Oro Property Access component reads/writes values from/to object/array graphs using a simple string notation.
scheb/property-access
143 Downloads
A lightweight library to read/write values from/to objects to arrays
keven/property-access
11 Downloads
Read and write properties on arrays and objects
autoframe/design-patterns
308 Downloads
PHP design patterns. Singleton...
web-fu/proxy
145 Downloads
Library that allows to access array and object and proxy them
hambrook/nestr
16 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
punarinta/apath
11 Downloads
A way to access data for multidimensional PHP arrays and objects.