Libraries tagged by Array to object
cryonighter/object-column
3674 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
grixu/relationship-data-transfer-object
530 Downloads
Simple class for wrapping data with relationships. But without those meta-data when dump DTO to Array
glowy/arrays
3046 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
753 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
imponeer/toarray-interface
15558 Downloads
A PHP interface defining a standard method for converting objects to arrays. Ensures consistent method naming and return type for array conversion across different classes.
wundii/data-mapper-symfony-bundle
275 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.
web-fu/proxy
304 Downloads
Library that allows to access array and object and proxy them
timehunter/laravel-dto-generator
177 Downloads
A generator that creates PHP Data Transfer Object by array schema.
didix16/php-apidataobject
7621 Downloads
A simple library that allows easy handle incoming data from any sources (specially from API sources) and put data in a fashion way which is more practical to access it like an array or object. It allows to implement a DTO very fast.
xtompie/collection-trait
1886 Downloads
Traits to build collections of specific objects
symplify/easy-hydrator
81430 Downloads
Hydrate arrays to objects easily with PHP 7.4 and constructor injection
astral/php-serialize
29 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.
simivar/reverse-print-r
1059 Downloads
Library to reverse print_r output to PHP objects, arrays and scalar values.
rogerthomas84/dtoinflator
689 Downloads
DtoInflator is a library to inflate arrays or objects into their corresponding models.
drupal/core-datetime
170 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.