Libraries tagged by nested array
tdammers/aquery
26 Downloads
Lenient traversal of nested arrays and objects
sobriodev/collection
5 Downloads
Collection library provides a simple way to access and modify nested arrays
noj/dot
9733 Downloads
Nested array/object access through dot notation
nalsas/php-query
6 Downloads
A chainable, lightweight library for maniplating(i.e. query/update/delete...) deep nested array
incraigulous/objection
459 Downloads
Wrap nested arrays in DTO objects and collections.
phly/phly-expressive-configfactory
721 Downloads
Factory for pulling nested configuration arrays from the config service
raheelarifkhans/json-to-html-converter
1 Downloads
This PHP function takes a JSON object and converts it into a structured HTML detail page. The function handles nested objects and arrays, displaying them appropriately in a user-friendly format.
realness/aliascompiler
9 Downloads
Compile array of keys to nested objects
neilofsteel/aliascompiler
11 Downloads
Compile array of keys to nested objects
kokoroe/mapper
37 Downloads
A PHP5.5+ mapper to convert array of data into nested PHP objects
affinity4/config
23 Downloads
Load config files from various formats to PHP arrays and easily retrieve deeply nested items
jvmanji/universal-access
461 Downloads
This package includes PHP wrapper for arrays and objects, which simplifies access to nested properties/keys.
balambasik/input
154 Downloads
Small and convenient library for working with superglobal or regular arrays. Such as $_GET, $_POST, $_REQUEST, $_COOKIE, $_SESSION, $_SERVER. Supports nested keys: $_POST['foo']['bar']['baz'] ==> Input::post('foo.bar.baz')