Libraries tagged by array accessor
craigh/jmespath-iterator
23 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
samcrosoft/constantaccess
6 Downloads
This library makes it possible to create and read (access) constants using an array-like object or a typical class object to make it possible to use constants in strings without the need of concatenation of strings
proteins/structure
44 Downloads
Access properties with associative array or object notation seamlessly
pechynho/php-utils
15875 Downloads
This is a small collection of PHP libraries for easier working with strings, arrays, files, scalars, formatting and accessing properties.
jackchang1025-clagiordano/weblibs-configmanager
15 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
abdelkarim/sadiki
0 Downloads
Define configuration arrays with strict schemas and access values with dot notation
donsimon/alt-brite-config
21 Downloads
A simple PHP INI (or plain array) configuration class with dot-notation access
midweste/objectpath
251 Downloads
Generic 'dot path' class for accessing and modifying data classes and arrays
scoult/secrets
0 Downloads
A provider-agnostic PHP package to access secrets from various sources (e.g. Azure App Configuration, Env, Array).
rail-mukhametshin/config-manager
4 Downloads
ConfigManagerPHP is a lightweight and flexible configuration management tool for PHP applications. It provides an easy and intuitive interface for managing and accessing configuration data in various formats. With support for key formats such as PHP arrays and JSON, and planned expansions for YAML, 'ConfigManagerPHP' ensures centralized and efficient management of configuration settings, essential for any PHP project.
fiedsch/pathdumper
32 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