Libraries tagged by Nested structure
tomek-swienty/jsonmapper
13 Downloads
Map nested JSON structures onto PHP classes
narrator69/jsonmapper
247 Downloads
Map nested JSON structures onto PHP classes with artifcat fixing feature
c14r/laravel-data-store
2 Downloads
A flexible polymorphic key-value storage system for Laravel with namespaces, TTL support, and nested data structures
abivia/configurable
234 Downloads
Trait to support creating complex nested class structures from JSON/YAML objects.
sbsedv/input-converter
141 Downloads
A minimal PHP library to nativly support PUT, PATCH and DELETE user input in form of mutlipart/form-data, application/x-www-form-urlencoded and various JSON types like application/json with complex data structures (nested html forms).
famoser/jsonmapper
3081 Downloads
Map nested JSON structures onto PHP classes
ouxsoft/phpmarkup
3885 Downloads
A Processor for Markup written in PHP. Allows extraction of Markup into a data structure, orchestrated nested manipulation of said structure, and output as (optimized) Markup.
gerfey/mapper
3658 Downloads
Map nested Json|Array structures.
ouxsoft/livingmarkup
3831 Downloads
A Processor for Markup written in PHP. Allows extraction of Markup into a data structure, orchestrated nested manipulation of said structure, and output as (optimized) Markup.
hxtree/livingmarkup
1357 Downloads
A Processor for Markup written in PHP. Allows extraction of Markup into a data structure, orchestrated nested manipulation of said structure, and output as (optimized) Markup.
suchomsky/sql-tree
7 Downloads
Manages a nested sets sql table structure
cruxoft/dump
137 Downloads
A system for generating structure information about nested variables for use including screen display
tes/laravel-relafilter
1 Downloads
A lightweight Laravel package to filter model data through nested relationships using a simple input structure.
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.
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.