Libraries tagged by Object to array
orisai/object-mapper
33634 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
1996 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
dilawar/nested-json-flattener
4911 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
milo/hydrator
72158 Downloads
Hydrates object from array, exports object to array
eag/easy-hydrator
54010 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
andreiavrammsd/serializer
10922 Downloads
JSON string to object. Object/array to JSON.
jaspr/expression
15821 Downloads
Rich expression builder allows create complex closure expression tree to filter array of objects
snilius/twig-sort-by-field
706800 Downloads
A Twig Extension filter to sort an array of entries (objects or arrays) by the specified field
mjohnson/type-converter
52248 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
8375 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.
imponeer/toarray-interface
16093 Downloads
A PHP interface defining a standard method for converting objects to arrays. Ensures consistent method naming and return type for array conversion across different classes.
blackbonjour/to-array
22577 Downloads
Converts any object to array