Libraries tagged by array access
webnium/json-pointer
12455 Downloads
Accessor implement based on JSON Pointer (RFC6901)
opencultureconsulting/basics
655 Downloads
A collection of generic classes and useful traits for PHP projects.
ngsoft/tools
4361 Downloads
A set of reusable tools used on my projects.
web-fu/proxy
352 Downloads
Library that allows to access array and object and proxy them
fnayou/dotted
3403 Downloads
php library to access multidimensional arrays
didix16/php-apidataobject
7687 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.
axetools/dot
2004 Downloads
A PHP Library to access ans set values in an array using dot notation on any other separator
dgifford/text-file
3881 Downloads
Class providing methods for editing text files on a line-by-line basis.
sqonk/phext-core
1781 Downloads
This is the core package to the PHEXT set of libraries for PHP. It includes general utility methods for strings, arrays, dates and numbers, each of which exist as a grouped class with the methods statically accessible.
myerscode/utilities-bags
7394 Downloads
A PHP helper utility class for fluent interaction and manipulation with collection data using immutable bags
gravatalonga/container
2346 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.
jesseschalken/set
22916 Downloads
java.utils.Set for PHP implementing ArrayAccess, Countable and IteratorAggregate with O(1) conversion to/from array keys
fcpl/phpstan-container-extension
19124 Downloads
PHPStan extension to resolve return type for PSR-11 container (Psr\Container\ContainerInterface) and Pimple Container (ArrayAccess)
simones/dotnot
1271 Downloads
Access your data with dot notation. Array or objects: no matter what!
ayesh/case-insensitive-array
20664 Downloads
Class to store and access data in a case-insensitive fashion, while maintaining the integrity and functionality of a regular array.