Libraries tagged by array of objects
cryonighter/object-column
5240 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
13318 Downloads
A library what is capable of transforming a multilevel array to a class object
xtompie/collection-trait
3991 Downloads
Traits to build collections of specific objects
rotexsoft/versatile-collections
6062 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.
drupal/core-datetime
408 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.
assegaiphp/collections
528 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.
rossriley/validation
18425 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.
aza/phpgen
3388 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.
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)
php-extended/php-data-finder-array
6542 Downloads
An implementation of the data finder object based on a memory based php array
ufo-tech/dto-transformer
2169 Downloads
The library provides tools for two-way transformation of DTO objects ⇄ arrays, respecting typing, contracts, and flexible transformation logic.
josantonius/validate
479 Downloads
PHP simple library for managing of data types.
josantonius/datatype
28 Downloads
PHP simple library for managing of data types.
mickprev/duplicator
7 Downloads
Library for duplicate an object (or an array of objects) using PHP annotations.
morebec/orkestra-normalization
552 Downloads
Orkestra Component allowing to easily normalize complex object graphs to arrays of primitives for persistence purposes