Libraries tagged by Array to object
tuki/soda
318 Downloads
A lightweight library for property validation and object-to-array/JSON conversion using Symfony Validator and traits.
atomsk/polyprops
303 Downloads
A lightweight library for property validation and object-to-array/JSON conversion using Symfony Validator and traits.
aza/phpgen
3390 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.
travis/ex
6964 Downloads
A PHP function to safely extract information from a multi-dimensional object or array.
revinate/php-getter-setter
32191 Downloads
PHP library to simplify getting and setting values in arrays and objects.
kafoso/type-formatter
6094 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
assegaiphp/collections
533 Downloads
The assegaiphp/collections package is a powerful tool for creating and managing groups of related objects in your AssegaiPHP projects. With this library, you can easily organize and manipulate data in a variety of ways, such as arrays, lists, sets, and maps. The package offers a wide range of methods for adding, removing, and manipulating items, as well as sorting, searching, and filtering your collections. It is fully compatible with PHP 7.x and above and is designed to be lightweight and easy to use. Whether you're building a web application, a CLI tool, or a standalone script, assegaiphp/collections is the perfect choice for working with data. With its simple and intuitive interface, you can easily start working with collections in your project right away.
squidit/array-to-object
1533 Downloads
Hydrate array to object using typed object properties
meklis/array-to-object-mapper
75 Downloads
Easy mapper array to nested objects
chanshige/object-hydrator
774 Downloads
An ObjectHydrator that array to object to array conversion
eurofirany/cast-to-class
113 Downloads
Cast array/object to class
matrix2305/laravel-request-object-mapper
6818 Downloads
Mapper to object from laravel request (associative array)
soubai/object-to-any
41 Downloads
ObjectToAny is a simple php class that can allow you to make a lot of Conversion(array,binary,json,xml,CVS)
grixu/relationship-data-transfer-object
690 Downloads
Simple class for wrapping data with relationships. But without those meta-data when dump DTO to Array
atomastic/arrays
7088 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.