Libraries tagged by nested array
bishalshrestha/fynix
475 Downloads
A modern, extensible PHP library for validating primitive data types, files, nested objects, and arrays of objects with reusable and centralized validation rules.
hambrook/nest
64 Downloads
Power up PHP arrays and objects and access nested data (even within functions) without worrying about validation.
oasys/validator
39 Downloads
Lightweight validator for associative arrays with fluent API, custom rules, nested schemas, attribute binding, and message templating
noj/dot
9775 Downloads
Nested array/object access through dot notation
jdz/data
170 Downloads
Data utility class for nested array manipulation
incraigulous/objection
468 Downloads
Wrap nested arrays in DTO objects and collections.
heikohardt/typo3-env-configurator
33 Downloads
Parses typed TYPO3__* environment variables into a nested config array for merging into TYPO3_CONF_VARS.
entelisteam/lbaf-hydrator
43 Downloads
Attribute-driven PHP DTO hydrator: builds typed DTOs, enums, nested objects and typed arrays from JSON-like data.
garyjones/php-type-converter
24 Downloads
Converts one resource to another (XML, JSON, Object, Array, Serialization). PSR-2. Supports nested resources.
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.
nzo/array
25 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
muse/array_nested
12 Downloads
Set/Get a nested array value
funeralzone/array-editor
138 Downloads
A PHP 7.1 helper library that lets you edit values within nested arrays.
dilawar/nested-json-flattener
5243 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
andydune/array-walker
36 Downloads
Better implementation foreach operator with nested array compability.