Libraries tagged by nested array
bypassflow/value-kit
0 Downloads
PHP の値に対する path access と構造変換を束ねる value 基盤。
tdammers/aquery
27 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
michel/php-sql-mapper
14 Downloads
A powerful PHP library that not only builds complex SQL queries but also maps the results into structured object graphs. It simplifies handling relational data by automatically transforming flat result sets from joins into nested arrays, making it ideal for working with one-to-one and one-to-many relationships.
phly/phly-expressive-configfactory
730 Downloads
Factory for pulling nested configuration arrays from the config service
xmlutils/xmlutils
126 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.
mf1dd/object-builder
1 Downloads
Automatically creates fully populated PHP object instances with random, type-safe values. Designed for test fixtures and runtime object generation. Supports all PHP class types — regular classes, readonly classes, abstract classes, enums, traits, interfaces, and built-in stock classes like DateInterval or ArrayObject. Recursively resolves nested object graphs, detects property names for semantically meaningful values (timezone, email, firstname …), and offers constraint-based value ranges via a fluent API. No framework required; zero runtime dependencies beyond nikic/php-parser. PHP 8.2+.
realness/aliascompiler
10 Downloads
Compile array of keys to nested objects
neilofsteel/aliascompiler
12 Downloads
Compile array of keys to nested objects
affinity4/config
28 Downloads
Load config files from various formats to PHP arrays and easily retrieve deeply nested items
jvmanji/universal-access
479 Downloads
This package includes PHP wrapper for arrays and objects, which simplifies access to nested properties/keys.
balambasik/input
162 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')