Libraries tagged by nested array
dasturchiuz/treebehaviorcategories
6 Downloads
NestedSetsTreeBehavior for build 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
nalsas/php-query
6 Downloads
A chainable, lightweight library for maniplating(i.e. query/update/delete...) deep nested array
phly/phly-expressive-configfactory
722 Downloads
Factory for pulling nested configuration arrays from the config service
xmlutils/xmlutils
82 Downloads
This class contains methods to convert a xml tree into a complex array with nested properties and to convert a complex array object into an xml tree.
raheelarifkhans/json-to-html-converter
3 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
24 Downloads
Load config files from various formats to PHP arrays and easily retrieve deeply nested items
jvmanji/universal-access
475 Downloads
This package includes PHP wrapper for arrays and objects, which simplifies access to nested properties/keys.
balambasik/input
156 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')