Libraries tagged by array access
gorka/dot-notation-access
38249 Downloads
Dot notation access arrays
rotexsoft/versatile-collections
5687 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.
prowebcraft/dot
28443 Downloads
PHP dot notation array access
openlss/func-mda
43052 Downloads
MDA (Multi Dimensional Array) access helpers for PHP
web-fu/php-dot-notation
3236 Downloads
Library that allows to access array and object with strong type support in Dot Notation
kohkimakimoto/earray
5852 Downloads
EArray is a small PHP class to provide convenient ways to access a PHP array.
arrayaccess/rdap-client
10507 Downloads
Registration Data Access Protocol (RDAP) Client For PHP
wtfzdotnet/php-tmdb-api
2871 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.
fcpl/psalm-pimple-container-plugin
3556 Downloads
Psalm plugin to resolve return type for Pimple Container (ArrayAccess)
rkr/recursive-array-accessor
1390 Downloads
Access recursive arrays through an easy interface
mschindler83/array-access
2322 Downloads
Easy array access
dgifford/array-access-trait
4097 Downloads
Trait providing methods to implement array access using a container variable.
tebru/multi-array
3173 Downloads
Provides a data structure to ease access to multidimensional arrays in PHP
zakirullin/typed-accessor
6 Downloads
Convenient array-related routine & better type casting
xmarcos/dot-container
67674 Downloads
DotContainer enables deep array access using dot-notation.