Libraries tagged by php array object
licvido/array-to-table
11 Downloads
PHP array of objects to table.
ixnode/php-array-to-object
72 Downloads
PHP array to object converter
arifulhb/php-algorithms
1 Downloads
Multi-dimensional Array & Object Sorting in PHP
m-bymike/array-functions
870 Downloads
An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.
sclable/array-functions
121 Downloads
An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.
nuad/graph-objects
200 Downloads
An array to object map php library. Useful when mapping from incoming json or database results
himanshu-m/arrays
29 Downloads
An object oriented implementation of PHP arrays
mmamedov/array-property
19 Downloads
Access arrays in an intuitive and object-oriented way. Keys and values are treated as properties.
jord-jd/object_to_array
3 Downloads
This PHP package provides an `object_to_array` helper function.
divineomega/object_to_array
735 Downloads
This PHP package provides an `object_to_array` helper function.
mf1dd/object-builder
1 Downloads
Automatically creates fully populated PHP object instances with random, type-safe values. Designed for test fixtures and runtime object generation. Supports all PHP class types — regular classes, readonly classes, abstract classes, enums, traits, interfaces, and built-in stock classes like DateInterval or ArrayObject. Recursively resolves nested object graphs, detects property names for semantically meaningful values (timezone, email, firstname …), and offers constraint-based value ranges via a fluent API. No framework required; zero runtime dependencies beyond nikic/php-parser. PHP 8.2+.
alekseykorzun/benchmarker-array-php
9 Downloads
Benchmark factory for array engines in PHP
jared/php-falloff-utils-arr
14 Downloads
ArrayObject implementation plus a bunch of features
xbyter/php-object-mapping
84 Downloads
PHP对象映射,可以将array/object映射为类对象。可做参数的传递、Request参数映射、Entity、Bean等
vicary/object-path
13 Downloads
Fork of peridot-php/object-path. A string syntax to fetch values from array and object hierarchies