Libraries tagged by php array object
pitpit/php-diff
15273 Downloads
Compare variables (array, object, string...) easily
web-fu/php-dot-notation
5875 Downloads
Library that allows to access array and object with strong type support in Dot Notation
revinate/php-getter-setter
32137 Downloads
PHP library to simplify getting and setting values in arrays and objects.
petrgrishin/array-map
5813 Downloads
The object oriented approach to working with arrays on PHP
didix16/php-apidataobject
9316 Downloads
A simple library that allows easy handle incoming data from any sources (specially from API sources) and put data in a fashion way which is more practical to access it like an array or object. It allows to implement a DTO very fast.
blackbonjour/to-array
22638 Downloads
Converts any object to array
andrewcarteruk/typed-arrays
33 Downloads
Typed arrays in PHP.
ntlab/php-obj
3177 Downloads
A PHP object representation as string, javascript, annotation, or YAML
transprime-research/arrayed
253 Downloads
PHP Array(ed) in object oriented way wrapping PHP arrays in a consistent manner.
wundii/data-mapper-symfony-bundle
1462 Downloads
A Symfony integration for wundii/data-mapper, modern and fast object mapper for PHP 8.2+. Strict types. Converts CSV, JSON, XML, YAML, NEON, arrays, and objects to PHP objects.
timehunter/laravel-dto-generator
178 Downloads
A generator that creates PHP Data Transfer Object by array schema.
aza/phpgen
3389 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.
dcarbone/collection-plus
998 Downloads
A powerful Collection class inspired by the PHP community
memran/marwa-support
1177 Downloads
Framework-agnostic PHP support library with typed helpers for strings, arrays, files, objects, validation, and security primitives
imponeer/toarray-interface
16097 Downloads
A PHP interface defining a standard method for converting objects to arrays. Ensures consistent method naming and return type for array conversion across different classes.