Libraries tagged by Array object
mouf/tdbm-hydrator
30023 Downloads
A PHP hydrator allowing easy mapping between an array and an object.
steevanb/symfony-form-options-builder
3838 Downloads
buildForm() with objects instead of array
kafoso/type-formatter
4494 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
starbug/bundle
7763 Downloads
A simple object abstraction for working with nested array structures.
eboreum/caster
4722 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.
drupal/core-datetime
179 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.
babenkoivan/fluent-array
58 Downloads
The package provides fluent interface for array management
lbacik/object-collection
191 Downloads
Object collection based on SPL ArrayObject class
incraigulous/objection
465 Downloads
Wrap nested arrays in DTO objects and collections.
divineomega/object_to_array
732 Downloads
This PHP package provides an `object_to_array` helper function.
ali-eltaweel/array-subscript
9 Downloads
A PHP library for accessing object properties using array subscript notation.
atomastic/arrays
7082 Downloads
Arrays Component provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
petrgrishin/array-map
5720 Downloads
The object oriented approach to working with arrays on PHP
xethron/extended-array
5226 Downloads
Extended Array gives PHP arrays new life
wmsamolet/php-object-collections
25 Downloads
PHP object collections - strongly typed collections for objects and more