Libraries tagged by Array to object
aza/phpgen
3236 Downloads
AzaPhpGen - Anizoptera CMF PHP code generation (dump) component. Allows to dump complex arrays, objects, closures and basic data types as php code. In part, this can be called a some sort of serialization. You can customize your dumped php code as you wish.
jeroenzwart/php-csv-iterator
305 Downloads
A simple CSV reader, to read as array/object with PHP Iterator
revinate/php-getter-setter
30016 Downloads
PHP library to simplify getting and setting values in arrays and objects.
eboreum/caster
4599 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.
divineomega/object_to_array
732 Downloads
This PHP package provides an `object_to_array` helper function.
danilovl/object-to-array-transform-bundle
273 Downloads
Symfony bundle provides convert object to an array by configuration fields.
soubai/object-to-any
41 Downloads
ObjectToAny is a simple php class that can allow you to make a lot of Conversion(array,binary,json,xml,CVS)
romm/configuration-object
29449 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.
atomastic/arrays
7082 Downloads
Arrays Component provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
webappid/lazy
185 Downloads
A lightweight utility for copying data between arrays and PHP objects, with optional type autocasting.
makinacorpus/generated-hydrator
2201 Downloads
An Object Hydrator that allows very fast array to object to array conversion
josantonius/datatype
28 Downloads
PHP simple library for managing of data types.
unicframework/csv-parser
747 Downloads
CSVParser parse csv data to array, object, and json.
sfire-framework/sfire-entity
142 Downloads
Convert entities to arrays, objects and/or json strings and convert arrays to entities.
midorikocak/arraytools
229 Downloads
Handy array tools to creating and updating objects from arrays and converting objects to arrays and validating them.