Libraries tagged by array of objects
pixel418/ubiq
27652 Downloads
Functions for readable treatment of string, array & object
spaf/simputils
5828 Downloads
Simple minimal but useful set of utils (properties, strings, datetimes, etc.)
rotexsoft/versatile-collections
5589 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.
michaldudek/foundation
109645 Downloads
A set of useful PHP classes.
sebastiaanluca/php-helpers
19198 Downloads
An extensive set of PHP helper functions and classes.
jaspr/expression
9374 Downloads
Rich expression builder allows create complex closure expression tree to filter array of objects
snilius/twig-sort-by-field
680926 Downloads
A Twig Extension filter to sort an array of entries (objects or arrays) by the specified field
spameri/elastic-query
38712 Downloads
Objects instead of arrays for querying to ElasticSearch.
graze/formatter
23649 Downloads
Convert objects into arrays of data by applying processors, filters, and sorters.
digiaonline/instance-factory
50464 Downloads
A factory for constructing objects from arrays of properties
imponeer/toarray-interface
15403 Downloads
PHP library that provides toArray interface, that could be used everywhere where you need to convert object into array and make sure that to that toArray function is because of same interface
halimtuhu/array-files
3356 Downloads
A Laravel Nova field for distribute your files as array of object.
cryonighter/object-column
3012 Downloads
This package provides the object_column() function, which works similarly to the array_column() function of the standard library, but having the ability to work with objects
emulgeator/array-to-class-mapper
4687 Downloads
A library what is capable of transforming a multilevel array to a class object
romm/configuration-object
29384 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.