Libraries tagged by Array to object
simivar/reverse-print-r
1069 Downloads
Library to reverse print_r output to PHP objects, arrays and scalar values.
drupal/core-datetime
418 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.
php-extended/php-arrayable-interface
883 Downloads
A library to give objects the ability to be transformed to array data
koba/filter-builder-core
118 Downloads
A library that allows you to apply filters to objects which can be stored as arrays.
jeroenzwart/php-csv-iterator
1110 Downloads
A simple CSV reader, to read as array/object with PHP Iterator
garyjones/php-type-converter
24 Downloads
Converts one resource to another (XML, JSON, Object, Array, Serialization). PSR-2. Supports nested resources.
openregion/aura-filter
594 Downloads
Filters to validate and sanitize objects and arrays.
gjerokrsteski/php-dba-cache
19 Downloads
Create a caching with the PHP Database (dbm-style) Abstraction Layer to cache your objects, strings, integers or arrays
cbwar/php-text-difference
2550 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays). Fork of a fork to add namespaces and psr-4 autoloading
renoki-co/laravel-yaml-config
4 Downloads
The usual Laravel config files, but with one YAML. Write objects and arrays in your config without having to write ugly inline, JSON.
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.
sitnikovik/array-to-object-serializer
14 Downloads
Tool to convert your class nested with anothers to associative array
sempro/array-to-object
968 Downloads
Convert an array to an object
roke22/array-to-object-factory
2 Downloads
Array to object that automatically maps array index to object constructor parameters
rayblair/array-to-object
9 Downloads