Libraries tagged by Array to object
glowy/arrays
3091 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.
atomastic/arrays
7086 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.
imponeer/toarray-interface
15663 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
517 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.
itgalaxy/os-filter
299 Downloads
Filter an array of objects to a specific OS
perfilov/php-dto-packer
2091 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
jan-maennig/sorty
2448 Downloads
Library to sort arrays and array objects.
timehunter/laravel-dto-generator
177 Downloads
A generator that creates PHP Data Transfer Object by array schema.
didix16/php-apidataobject
7868 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
53323 Downloads
This package contains a zend's middleware to be able to inject a Session Object into the request
xtompie/collection-trait
2328 Downloads
Traits to build collections of specific objects
rotexsoft/versatile-collections
5693 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.
rafrsr/lib-array2object
17547 Downloads
Array to object conversion library
symplify/easy-hydrator
81446 Downloads
Hydrate arrays to objects easily with PHP 7.4 and constructor injection
simivar/reverse-print-r
1067 Downloads
Library to reverse print_r output to PHP objects, arrays and scalar values.