Libraries tagged by array access
dgifford/array-access-trait
5970 Downloads
Trait providing methods to implement array access using a container variable.
zakirullin/typed-accessor
6 Downloads
Convenient array-related routine & better type casting
smoren/nested-accessor
1144 Downloads
Accessor for getting and setting values of nested data structures (arrays or objects)
rotexsoft/versatile-collections
6070 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.
dmitrijs-brujevs/data-object
78 Downloads
Path-based in-memory data container with nested array access via slash-separated node paths.
webnium/json-pointer
12846 Downloads
Accessor implement based on JSON Pointer (RFC6901)
opencultureconsulting/basics
1396 Downloads
A collection of generic classes and useful traits for PHP projects.
ngsoft/tools
4997 Downloads
A set of reusable tools used on my projects.
web-fu/proxy
861 Downloads
Library that allows to access array and object and proxy them
fnayou/dotted
3632 Downloads
php library to access multidimensional arrays
kohkimakimoto/earray
6167 Downloads
EArray is a small PHP class to provide convenient ways to access a PHP array.
didix16/php-apidataobject
9428 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
1243 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
5747 Downloads
Class providing methods for editing text files on a line-by-line basis.
gravatalonga/container
2705 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.