Libraries tagged by array of objects
sebastiaanluca/php-helpers
19244 Downloads
An extensive set of PHP helper functions and classes.
kristos80/opton
4157 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
2299 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
eboreum/caster
5279 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
3262 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
6302 Downloads
An implementation of the data finder object based on a memory based php array
romm/configuration-object
29460 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.
bishalshrestha/php-validation-core
11 Downloads
A modern, extensible PHP library for validating primitive data types, files, nested objects, and arrays of objects with reusable and centralized validation rules.
emonkak/collection
14668 Downloads
A collection library as a container for aggregation of objects
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.
keven/hydrate
6846 Downloads
Hydrate an object from an array of properties.
drupal/core-datetime
216 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.