Libraries tagged by array accessor
openlss/func-mda
40919 Downloads
MDA (Multi Dimensional Array) access helpers for PHP
web-fu/php-dot-notation
2670 Downloads
Library that allows to access array and object with strong type support in Dot Notation
kohkimakimoto/earray
5782 Downloads
EArray is a small PHP class to provide convenient ways to access a PHP array.
wtfzdotnet/php-tmdb-api
2868 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
prowebcraft/dot
28248 Downloads
PHP dot notation array access
mschindler83/array-access
2078 Downloads
Easy array access
xmarcos/dot-container
67638 Downloads
DotContainer enables deep array access using dot-notation.
web-fu/proxy
207 Downloads
Library that allows to access array and object and proxy them
fnayou/dotted
3352 Downloads
php library to access multidimensional arrays
didix16/php-apidataobject
7485 Downloads
A simple library that allows easy handle incoming data from any sources (specially from API sources) and put data in a fashion way which is more practical to access it like an array or object. It allows to implement a DTO very fast.
axetools/dot
1536 Downloads
A PHP Library to access ans set values in an array using dot notation on any other separator
gravatalonga/container
2275 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.
simones/dotnot
1066 Downloads
Access your data with dot notation. Array or objects: no matter what!
petrgrishin/array-access
5145 Downloads
PHP multi array access
dgifford/array-access-trait
3875 Downloads
Trait providing methods to implement array access using a container variable.