Libraries tagged by Object to array
cryonighter/object-column
5661 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
bfg/object
63997 Downloads
To work with objects and arrays
romm/configuration-object
29691 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.
oscarricardosan/cache_object
1055 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
hiqdev/generated-hydrator
549 Downloads
An Object Hydrator that allows very fast array to object to array conversion
makinacorpus/generated-hydrator
2346 Downloads
An Object Hydrator that allows very fast array to object to array conversion
tiny-blocks/mapper
2248 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
wundii/data-mapper-symfony-bundle
1599 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
1039 Downloads
Library that allows to access array and object and proxy them
perfilov/php-dto-packer
2912 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
didix16/php-apidataobject
9738 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.
timehunter/laravel-dto-generator
179 Downloads
A generator that creates PHP Data Transfer Object by array schema.
session-interop/middleware.async
54507 Downloads
This package contains a zend's middleware to be able to inject a Session Object into the request
xtompie/collection-trait
4470 Downloads
Traits to build collections of specific objects
rotexsoft/versatile-collections
6077 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.