Libraries tagged by array of objects
xtompie/collection-trait
1134 Downloads
Traits to build collections of specific objects
steevanb/symfony-form-options-builder
3583 Downloads
buildForm() with objects instead of array
kristos80/opton
3921 Downloads
Easily get a value from an array or object without all of those unnecessary array_key_exists or isset controls
cbwar/php-text-difference
2076 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
smoren/nested-accessor
1054 Downloads
Accessor for getting and setting values of nested data structures (arrays or objects)
eboreum/caster
3500 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.
aza/phpgen
3215 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
40 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
6185 Downloads
An implementation of the data finder object based on a memory based php array
emonkak/collection
14663 Downloads
A collection library as a container for aggregation of objects
josantonius/validate
471 Downloads
PHP simple library for managing of data types.
josantonius/datatype
24 Downloads
PHP simple library for managing of data types.
mickprev/duplicator
6 Downloads
Library for duplicate an object (or an array of objects) using PHP annotations.
drupal/core-datetime
110 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
211 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.