Libraries tagged by array access
idct/limited-objects-cache
6 Downloads
Simple ArrayAccess objects' cache with a lookup table in memory and fallback to files with serialized data.
chrissileinus/config-php
26 Downloads
A storage to hold the config of an app. It ist mainly static but as a Singleton with integrated interfaces ArrayAccess, Serializable, JsonSerializable, IteratorAggregate and Traversable.
tcdev/stingray
1 Downloads
Stingray - Access array elements via dot notation
ecfectus/dotable
37 Downloads
A simple dot notation accessible array class and trait.
noj/dot
9733 Downloads
Nested array/object access through dot notation
nekoos-pood/camelcase-arrayobject-mutator
1649 Downloads
Object accessible as array that use keys with camelcase standard
dreamaker/seek
14 Downloads
this package helps handle array activities, creating, accessing, pushing, pulling items in and array
craigh/jmespath-iterator
21 Downloads
Access a PHP array using Jmespath just like you would a standard array
sobriodev/collection
5 Downloads
Collection library provides a simple way to access and modify nested arrays
proteins/structure
38 Downloads
Access properties with associative array or object notation seamlessly
jackchang1025-clagiordano/weblibs-configmanager
12 Downloads
weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object
ckr/config
94 Downloads
Simple access to multi dimensional arrays, useful for configuration data
donsimon/alt-brite-config
19 Downloads
A simple PHP INI (or plain array) configuration class with dot-notation access
midweste/objectpath
233 Downloads
Generic 'dot path' class for accessing and modifying data classes and arrays
fiedsch/pathdumper
21 Downloads
Dump the data of an array so it displays the "path" that you would use in a twig template to access the respectice elements