Libraries tagged by array access
olivebbs/map
15 Downloads
Generic map for PHP
jontynewman/table
25 Downloads
An array-accessible table of data.
irfantoor/collection
243 Downloads
Collection implementing ArrayAccess, Countable and IteratorAggregate
axy/magic
407 Downloads
Work with magic fields
dotaccess/dotarray
15 Downloads
(C)oncept-Labs DOT Accessable array container
adrian-ortega/dot-notation-php
34 Downloads
Access array data with dot notation
mkomorowski/php-dot-get
9 Downloads
Array dot notation access
hambrook/nestr
19 Downloads
Power up PHP arrays and objects and access nested data (even within functions) without worrying about validation.
killswitch/earray
325 Downloads
EArray is a small PHP class to provide convenient ways to access a PHP Array.
dottwatson/simple-data
15 Downloads
traverse an array or an object by accessing the children and parents of a node
punarinta/apath
12 Downloads
A way to access data for multidimensional PHP arrays and objects.
ryanwhowe/dot
218 Downloads
A PHP library to access and Set values in an array using dot notation or any other separator
mrboolean/store
16 Downloads
MrBoolean/store is a simple and flexible way to hold your data unified and access it easily.
extphp/data-dot
1654 Downloads
A property accessor helper capable of using dot notation for a mix of arrays and objects.
dschoenbauer/dot-notation
831 Downloads
Given a complicated data structure, this library allows easy and safe access to data via dot notation. This library is a compilation of other Dot Notation libraries, taking the best feature from each.