Libraries tagged by array AR
xtompie/collection
1566 Downloads
Array wrapper
xmarcos/dot-container
67663 Downloads
DotContainer enables deep array access using dot-notation.
wundii/data-mapper-symfony-bundle
434 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.
wokster/yii2-nested-sets-tree-behavior
4012 Downloads
NestedSetsTreeBehavior for build array from creocoder nested sets behavior and fancytree widget
wernerdweight/ra
8784 Downloads
PHP Array object with consistent and predictable API
webnium/json-pointer
12451 Downloads
Accessor implement based on JSON Pointer (RFC6901)
waynestate/parse-promos
35595 Downloads
Parse promotion arrays from the Wayne State University API
ufo-tech/dto-transformer
915 Downloads
The library provides tools for two-way transformation of DTO objects ⇄ arrays, respecting typing, contracts, and flexible transformation logic.
timehunter/laravel-dto-generator
177 Downloads
A generator that creates PHP Data Transfer Object by array schema.
sunaoka/hash-php
299 Downloads
Merge one or more associative arrays recursively. This function does not append numeric indexes like array_merge_recursive() function.
sqonk/phext-core
1762 Downloads
This is the core package to the PHEXT set of libraries for PHP. It includes general utility methods for strings, arrays, dates and numbers, each of which exist as a grouped class with the methods statically accessible.
sevenecks/tableify
5780 Downloads
Transform a multidimensional array into a pretty table that can be echoed to the screen or logged to a file.
rotexsoft/versatile-collections
5670 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.
portavice/permutation
1484 Downloads
Generating permutations of arrays normal and recursive
pflorek/elevator
15278 Downloads
Flattens a multi-dimensional array or any \Traversable into a one-dimensional array. Elevates an one-dimensional or any \Traversable to a multi-dimensional array.