Libraries tagged by Object to array
drupal/core-datetime
204 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.
openregion/aura-filter
500 Downloads
Filters to validate and sanitize objects and arrays.
cbwar/php-text-difference
2229 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
30182 Downloads
PHP library to simplify getting and setting values in arrays and objects.
kafoso/type-formatter
4677 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.
midorikocak/arraytools
229 Downloads
Handy array tools to creating and updating objects from arrays and converting objects to arrays and validating them.
divineomega/object_to_array
732 Downloads
This PHP package provides an `object_to_array` helper function.
php-extended/php-arrayable-interface
605 Downloads
A library to give objects the ability to be transformed to array data
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)
grixu/relationship-data-transfer-object
611 Downloads
Simple class for wrapping data with relationships. But without those meta-data when dump DTO to Array
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.
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.
oscarricardosan/cache_object
799 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
josantonius/datatype
28 Downloads
PHP simple library for managing of data types.
unicframework/csv-parser
749 Downloads
CSVParser parse csv data to array, object, and json.