Libraries tagged by Array to object
blackbonjour/to-array
22638 Downloads
Converts any object to array
petrgrishin/array-map
5813 Downloads
The object oriented approach to working with arrays on PHP
cryonighter/object-column
5274 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
glowy/arrays
3201 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.
hiqdev/generated-hydrator
237 Downloads
An Object Hydrator that allows very fast array to object to array conversion
imponeer/toarray-interface
16097 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
1462 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/php-dot-notation
5875 Downloads
Library that allows to access array and object with strong type support in Dot Notation
perfilov/php-dto-packer
2782 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
timehunter/laravel-dto-generator
178 Downloads
A generator that creates PHP Data Transfer Object by array schema.
didix16/php-apidataobject
9316 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.
session-interop/middleware.async
54232 Downloads
This package contains a zend's middleware to be able to inject a Session Object into the request
xtompie/collection-trait
4100 Downloads
Traits to build collections of specific objects
xchert/encapsulation
73 Downloads
A simple way to accommodate, exchange and structorize data with objects
rotexsoft/versatile-collections
6066 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.