Libraries tagged by array accessor
openlss/func-mda
40507 Downloads
MDA (Multi Dimensional Array) access helpers for PHP
web-fu/php-dot-notation
1728 Downloads
Library that allows to access array and object with strong type support in Dot Notation
fnayou/dotted
3336 Downloads
php library to access multidimensional arrays
kohkimakimoto/earray
5712 Downloads
EArray is a small PHP class to provide convenient ways to access a PHP array.
wtfzdotnet/php-tmdb-api
2862 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
28064 Downloads
PHP dot notation array access
petrgrishin/array-access
5140 Downloads
PHP multi array access
mschindler83/array-access
1939 Downloads
Easy array access
dgifford/array-access-trait
3860 Downloads
Trait providing methods to implement array access using a container variable.
xmarcos/dot-container
67596 Downloads
DotContainer enables deep array access using dot-notation.
rotexsoft/versatile-collections
5613 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.
didix16/php-apidataobject
7270 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
1199 Downloads
A PHP Library to access ans set values in an array using dot notation on any other separator
dgifford/text-file
3645 Downloads
Class providing methods for editing text files on a line-by-line basis.
gravatalonga/container
2228 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.