Libraries tagged by array of objects
keven/hydrate
6828 Downloads
Hydrate an object from an array of properties.
keven/instantiator
31 Downloads
Instantiate an object based on an array of its constructor parameters.
devorto/routing
75 Downloads
Match a route on a array of routes and let the route object handle it.
kristos80/opton
4055 Downloads
Easily get a value from an array or object without all of those unnecessary array_key_exists or isset controls
alexanevsky/output-normalizer-bundle
51 Downloads
Provides functions which allows to flexibly customize the output of objects and entities to an array or JSON by defining normalization rules in classes.
mnemesong/structure
50 Downloads
A library for creating and working with objects that are dynamic associative arrays of scalar values.
cbwar/php-text-difference
2195 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
assegaiphp/collections
236 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.
smoren/nested-accessor
1069 Downloads
Accessor for getting and setting values of nested data structures (arrays or objects)
rossriley/validation
18264 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules. This fork maintains PHP 5.3 compatibility.
nzo/array
25 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
movex-ukraine/secure-array-files
357 Downloads
A Laravel Nova field that secure save your files into an array of objects and download from response
licvido/array-to-table
11 Downloads
PHP array of objects to table.
jd/csv-objects
761 Downloads
Library to import CSV or XLSX files into an array of objects according to an specified definition
bitzyk/array_column_object
47 Downloads
Provides the same functionality like array_column(), but reported to an array of objects