Libraries tagged by Array to object
arnapou/dto
553 Downloads
Library - Simple library to create objects from arrays and vice-versa.
aza/phpgen
3262 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
657 Downloads
A simple CSV reader, to read as array/object with PHP Iterator
cbwar/php-text-difference
2299 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays). Fork of a fork to add namespaces and psr-4 autoloading
revinate/php-getter-setter
30365 Downloads
PHP library to simplify getting and setting values in arrays and objects.
kafoso/type-formatter
4887 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
eboreum/caster
5279 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.
prinsfrank/object-resolver
121 Downloads
From arrays/requests/json to typed and validated objects with ease
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
29460 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.
grixu/relationship-data-transfer-object
624 Downloads
Simple class for wrapping data with relationships. But without those meta-data when dump DTO to Array
oscarricardosan/cache_object
834 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
hiqdev/generated-hydrator
8 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.