Libraries tagged by array of objects
spaf/simputils
6008 Downloads
Simple minimal but useful set of utils (properties, strings, datetimes, etc.)
sebastiaanluca/php-helpers
19238 Downloads
An extensive set of PHP helper functions and classes.
steevanb/symfony-form-options-builder
3838 Downloads
buildForm() with objects instead of array
drupal/core-datetime
174 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.
src-run/augustus-utility-library
1347 Downloads
A simple collection of utilities for strings, arrays, objects, buffering, and more
eboreum/caster
4648 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
3245 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
6251 Downloads
An implementation of the data finder object based on a memory based php array
vertilia/valid-array
94 Downloads
Object with automatic items validation based on standard filtering mechanism of php
josantonius/validate
478 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
506 Downloads
Orkestra Component allowing to easily normalize complex object graphs to arrays of primitives for persistence purposes
mfonte/base62x
304 Downloads
A Base62x PHP implementation library, that can be used in frameworks like Laravel, that supports encoding/decoding of strings, arrays, objects, and binary resources. It also supports Gzip compression/decompression and symmetric encryption.