Libraries tagged by Object to array
rkr/array-object-converter
4532 Downloads
A module to copy data from an array to an object, vice versa.
petrgrishin/array-map
5731 Downloads
The object oriented approach to working with arrays on PHP
emulgeator/array-to-class-mapper
11155 Downloads
A library what is capable of transforming a multilevel array to a class object
cryonighter/object-column
4053 Downloads
This package provides the object_column() function, which works similarly to the array_column() function of the standard library, but having the ability to work with objects
wundii/data-mapper-symfony-bundle
450 Downloads
A Symfony integration for wundii/data-mapper, modern and fast object mapper for PHP 8.2+. Strict types. Converts CSV, JSON, XML, YAML, NEON, arrays, and objects to PHP objects.
timehunter/laravel-dto-generator
177 Downloads
A generator that creates PHP Data Transfer Object by array schema.
rasclatt/smart-dto
527 Downloads
Fill Dtos with data using the mapping. Also allows rendering to different array key formats.
session-interop/middleware.async
53167 Downloads
This package contains a zend's middleware to be able to inject a Session Object into the request
xtompie/collection-trait
2097 Downloads
Traits to build collections of specific objects
jessegall/php-data-container
616 Downloads
A trait that provides a convenient solution for objects to use an array as their data source. As well as offering the possibility to share the same data between instances.
symplify/easy-hydrator
81439 Downloads
Hydrate arrays to objects easily with PHP 7.4 and constructor injection
arnapou/dto
516 Downloads
Library - Simple library to create objects from arrays and vice-versa.
aza/phpgen
3257 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
464 Downloads
A simple CSV reader, to read as array/object with PHP Iterator
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.