Libraries tagged by array access
evinkuraga/tmdb-api
246 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
codin/dot
6961 Downloads
Dot Notation Array Access
brenoroosevelt/habemus
722 Downloads
PSR-11 Container for Dependency Injection (auto-wiring, attributes, factories, closures, array access)
kael-shipman/php-std-traits
1074 Downloads
An assortment of traits, exceptions and minor classes that help to implement standard PHP interfaces like ArrayAccess, Iterator, etc., as well as a few other useful features.
indgy/config
4 Downloads
Simple array config access
baohan/collection
308 Downloads
A wrapper class to provide way to access array in object oriented
projectmeta/stingray
683 Downloads
Stingray - Access array elements via dot notation
kaiseki/wp-config
334 Downloads
Type-safe access to array configurations
quodos/laravel-countries
7 Downloads
Laravel package providing easy access to country arrays.
elephpant/breadcrumb
426 Downloads
Breadcrumbs in an uncomplicated way. This component facilitates the way to create breadcrumbs for your website, to favor a more accessible navigation. It was designed to work very well with the Bootstrap Framework. Besides being very easy to use, it has very interesting possibilities, such as adding new separators and new CSS classes to style this interface component to your liking. The Breadcrumb Component also allows you to have access to the Array assembled to feed into other features of your system, such as a microformat, for example.
weboap/option
270 Downloads
Save and retreive config from db for laravel 5 / Access Config as Array
pechynho/php-utils
15851 Downloads
This is a small collection of PHP libraries for easier working with strings, arrays, files, scalars, formatting and accessing properties.
searbe/brite-config
1465 Downloads
A simple PHP INI (or plain array) configuration class with dot-notation access
william-lindner/delimiter_array_access
4 Downloads
An accessor function for arrays that allows you to find nested values by delimited notation.
mmamedov/array-property
18 Downloads
Access arrays in an intuitive and object-oriented way. Keys and values are treated as properties.