Libraries tagged by php nested arrays
tonirilix/nested-json-flattener
121006 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
minwork/array
275540 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
hi-folks/data-block
3446 Downloads
Data class for managing nested arrays and JSON data.
bkvfoundry/utility-belt
65328 Downloads
A set of helpful utilities for working with data, collections (arrays of arrays) and arrays in php
rexlabs/utility-belt
117822 Downloads
A set of helpful utilities for working with data, collections (arrays of arrays) and arrays in php
sbwerewolf/language-specific
24945 Downloads
Read nested arrays safely and cast values predictably in PHP 8.4+
tiny-blocks/mapper
2183 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
ishworkh/multi-level-array-iterator
8528 Downloads
Provides a way to loop through nested arrays with any depth
xchert/property-access
115 Downloads
A flexible PHP library for accessing and manipulating nested data structures (arrays and objects) using a unified path-based interface
clubdrei/typo3-env-config
337 Downloads
Dependency-free parser for converting flat environment variables into nested PHP arrays (TYPO3-focused, framework-agnostic)
garyjones/php-type-converter
24 Downloads
Converts one resource to another (XML, JSON, Object, Array, Serialization). PSR-2. Supports nested resources.
mathsgod/array_to_gql
83 Downloads
A PHP library for converting PHP arrays to GraphQL query syntax with support for parameters, aliases, and nested structures
astral/php-serialize
47 Downloads
An advanced PHP serialization tool leveraging attributes for flexible object-to-array and JSON conversion. Supports property aliases, type conversions, and nested object handling. Ideal for APIs, data persistence, and configuration management.
hambrook/nest
64 Downloads
Power up PHP arrays and objects and access nested data (even within functions) without worrying about validation.
genai/dto
114 Downloads
DTO support: a #[Dto] attribute, a build-time processor that compiles each DTO's getters into a JSON map, and a PHP 5.3-safe Serializer that turns DTOs (and nested/arrays of them) into arrays via that map — no runtime reflection, no toArray(). Standalone: no runtime dependencies.