Libraries tagged by array access
prowebcraft/dot
28134 Downloads
PHP dot notation array access
openlss/func-mda
40712 Downloads
MDA (Multi Dimensional Array) access helpers for PHP
web-fu/php-dot-notation
2159 Downloads
Library that allows to access array and object with strong type support in Dot Notation
kohkimakimoto/earray
5734 Downloads
EArray is a small PHP class to provide convenient ways to access a PHP array.
arrayaccess/rdap-client
6116 Downloads
Registration Data Access Protocol (RDAP) Client For PHP
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.
fcpl/psalm-pimple-container-plugin
2385 Downloads
Psalm plugin to resolve return type for Pimple Container (ArrayAccess)
fcpl/phpstan-container-extension
17704 Downloads
PHPStan extension to resolve return type for PSR-11 container (Psr\Container\ContainerInterface) and Pimple Container (ArrayAccess)
rkr/recursive-array-accessor
1231 Downloads
Access recursive arrays through an easy interface
petrgrishin/array-access
5144 Downloads
PHP multi array access
mschindler83/array-access
1997 Downloads
Easy array access
ayesh/case-insensitive-array
20661 Downloads
Class to store and access data in a case-insensitive fashion, while maintaining the integrity and functionality of a regular array.
zakirullin/typed-accessor
5 Downloads
Convenient array-related routine & better type casting
xmarcos/dot-container
67617 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.