Libraries tagged by Array to object
orisai/object-mapper
33645 Downloads
Raw data mapping to validated objects
romm/configuration-object
29595 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
tiny-blocks/mapper
2019 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
dilawar/nested-json-flattener
5070 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
eag/easy-hydrator
54212 Downloads
Hydrate arrays to objects easily with PHP 8.0 and constructor injection
symplify/easy-hydrator
81569 Downloads
Hydrate arrays to objects easily with PHP 7.4 and constructor injection
milo/hydrator
72178 Downloads
Hydrates object from array, exports object to array
andreiavrammsd/serializer
10942 Downloads
JSON string to object. Object/array to JSON.
jaspr/expression
15880 Downloads
Rich expression builder allows create complex closure expression tree to filter array of objects
snilius/twig-sort-by-field
707010 Downloads
A Twig Extension filter to sort an array of entries (objects or arrays) by the specified field
mjohnson/type-converter
52268 Downloads
Converts one resource to another (XML, JSON, Object, Array, Serialization).
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/
eboreum/caster
8418 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
rkr/array-object-converter
4976 Downloads
A module to copy data from an array to an object, vice versa.
emulgeator/array-to-class-mapper
13421 Downloads
A library what is capable of transforming a multilevel array to a class object