Libraries tagged by array to json
dmitrirussu/rjson-php
3980 Downloads
Compress array collection data to json
tiny-blocks/mapper
2024 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
ghanuz/relations
5501 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
doitlikejustin/amazon-wish-lister
16 Downloads
Retrieve Amazon Wishlist and output to JSON, XML, or PHP Array Object http://www.justinscarpetti.com/portfolio/amazon-wish-lister/
midnite81/xml2array
41032 Downloads
A package to convert XML to an Array with the inbuilt ability to convert to Json, Laravel Collection and Serialize
elgentos/parser
38524 Downloads
Elgentos Parser for json/yaml files to readable array
mjohnson/type-converter
52272 Downloads
Converts one resource to another (XML, JSON, Object, Array, Serialization).
samad/array-conversion
710 Downloads
PHP Library for converting associative arrays as html table, XML, JSON, CSV. Also add, remove or edit column can be possible.
eluhr/yii2-json-attribute-behavior
1702 Downloads
This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
frostealth/yii2-array-field
13308 Downloads
Behavior that allows you to store arrays in attributes
timehunter/laravel-dto-generator
178 Downloads
A generator that creates PHP Data Transfer Object by array schema.
perfilov/php-dto-packer
2782 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
reallifekip/immutable-base
438 Downloads
Strict immutable DTOs, VOs, and SVOs for PHP 8.4+ with construction-time type validation, deep path mutation, and automatic validation chaining.
wundii/data-mapper-symfony-bundle
1462 Downloads
A Symfony integration for wundii/data-mapper, modern and fast object mapper for PHP 8.2+. Strict types. Converts CSV, JSON, XML, YAML, NEON, arrays, and objects to PHP objects.
didix16/php-apidataobject
9316 Downloads
A simple library that allows easy handle incoming data from any sources (specially from API sources) and put data in a fashion way which is more practical to access it like an array or object. It allows to implement a DTO very fast.