Libraries tagged by array access
pharaonic/php-dot-array
6862 Downloads
Access array data quickly/easily using dot-notation and asterisk.
gorka/dot-notation-access
34357 Downloads
Dot notation access arrays
prowebcraft/dot
27323 Downloads
PHP dot notation array access
openlss/func-mda
38916 Downloads
MDA (Multi Dimensional Array) access helpers for PHP
webnium/json-pointer
12070 Downloads
Accessor implement based on JSON Pointer (RFC6901)
boxblinkracer/xpatharray
12172 Downloads
XPath Access for Arrays
kohkimakimoto/earray
5478 Downloads
EArray is a small PHP class to provide convenient ways to access a PHP array.
arrayaccess/rdap-client
1697 Downloads
Php - Registration Data Access Protocol (RDAP) Client
wtfzdotnet/php-tmdb-api
2839 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/phpstan-container-extension
14891 Downloads
PHPStan extension to resolve return type for PSR-11 container (Psr\Container\ContainerInterface) and Pimple Container (ArrayAccess)
rkr/recursive-array-accessor
905 Downloads
Access recursive arrays through an easy interface
zakirullin/typed-accessor
5 Downloads
Convenient array-related routine & better type casting
smoren/nested-accessor
1017 Downloads
Accessor for getting and setting values of nested data structures (arrays or objects)
xmarcos/dot-container
67479 Downloads
DotContainer enables deep array access using dot-notation.
rotexsoft/versatile-collections
5400 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.