Libraries tagged by php nested arrays
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.
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.
bypassflow/value-kit
0 Downloads
PHP の値に対する path access と構造変換を束ねる value 基盤。
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+.