Libraries tagged by Array to object
midorikocak/arraytools
229 Downloads
Handy array tools to creating and updating objects from arrays and converting objects to arrays and validating them.
web-fu/proxy
366 Downloads
Library that allows to access array and object and proxy them
rasclatt/smart-dto
555 Downloads
Fill Dtos with data using the mapping. Also allows rendering to different array key formats.
piotrpress/configer
325 Downloads
This library loads/saves php array from/to a configuration file.
piotrpress/initer
267 Downloads
This library reads/writes flat array data from/to key=value format compatible with .ini and .env files.
temkaa/collections
1 Downloads
These are simple array and object collections that provide convenient methods to manipulate them.
juanchosl/datatransfer
206 Downloads
A small, lightweight utility to read values and properties from distinct sources using the same methodology
myaza-software/schema-validator
59 Downloads
Check mapping array to object
mibexx/collection
34 Downloads
Can convert array to collection objects and back to array
touki/depopulator
467 Downloads
A simple Object-to-Array library
astral/php-serialize
30 Downloads
An advanced PHP serialization tool leveraging attributes for flexible object-to-array and JSON conversion. Supports property aliases, type conversions, and nested object handling. Ideal for APIs, data persistence, and configuration management.
drupal/core-datetime
216 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.
php-extended/php-arrayable-interface
636 Downloads
A library to give objects the ability to be transformed to array data
fer79/php-optional-helper
8 Downloads
Optional helper similar to Laravel, compatible with arrays and objects. Initially thinked to use in Yii2, should work in other projects.
xmlutils/xmlutils
110 Downloads
This class contains methods to convert a xml tree into a complex array with nested properties and to convert a complex array object into an xml tree.