Libraries tagged by php array object
phalcongelist/php-diff
435645 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays).
omasn/object-handler
9274 Downloads
The component allows filling objects from an associative array based on class strict property maps
php-extended/php-reifier-object
173319 Downloads
A library that implements the php-extended/php-reifier-interface library
sebastiaanluca/php-helpers
19657 Downloads
An extensive set of PHP helper functions and classes.
cline/idempotency
6085 Downloads
Generate reproducible idempotency keys from any data format (JSON, XML, YAML, arrays, objects) regardless of key order
tiny-blocks/mapper
1997 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
myerscode/utilities-bags
9718 Downloads
A PHP helper utility class for fluent interaction and manipulation with collection data using immutable bags
doitlikejustin/amazon-wish-lister
16 Downloads
Retrieve Amazon Wishlist and output to JSON, XML, or PHP Array Object http://www.justinscarpetti.com/portfolio/amazon-wish-lister/
eag/easy-hydrator
54011 Downloads
Hydrate arrays to objects easily with PHP 8.0 and constructor injection
symplify/easy-hydrator
81569 Downloads
Hydrate arrays to objects easily with PHP 7.4 and constructor injection
wplake/typed
1216 Downloads
Lightweight PHP utility for seamless type-casting and data retrieval from dynamic variables, arrays, and objects.
dilawar/nested-json-flattener
4941 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
eboreum/caster
8384 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
perfilov/php-dto-packer
2766 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
jeroenzwart/php-csv-iterator
1093 Downloads
A simple CSV reader, to read as array/object with PHP Iterator