Libraries tagged by array access
k2gl/array-reader
249 Downloads
Tiny, zero-dependency typed reader for mixed arrays (decoded JSON, CSV rows, config, request payloads) with strict and lenient access.
zakirullin/typed-accessor
6 Downloads
Convenient array-related routine & better type casting
xmarcos/dot-container
67843 Downloads
DotContainer enables deep array access using dot-notation.
rotexsoft/versatile-collections
6062 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
29813 Downloads
PHP dot notation array access
bisonlab/noorm-bundle
480 Downloads
Bundle for simple access to (mainly) nosql databases for Symfony
opencultureconsulting/basics
1134 Downloads
A collection of generic classes and useful traits for PHP projects.
ngsoft/tools
4907 Downloads
A set of reusable tools used on my projects.
web-fu/php-dot-notation
5833 Downloads
Library that allows to access array and object with strong type support in Dot Notation
fnayou/dotted
3613 Downloads
php library to access multidimensional arrays
didix16/php-apidataobject
9260 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.
dschoenbauer/dot-notation
1098 Downloads
Given a complicated data structure, this library allows easy and safe access to data via dot notation. This library is a compilation of other Dot Notation libraries, taking the best feature from each.
dgifford/text-file
5466 Downloads
Class providing methods for editing text files on a line-by-line basis.
gravatalonga/container
2657 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.
devly/repository
2933 Downloads
PHP data repository object with array access using dot notation