Libraries tagged by array_rmap
icecave/collections
131697 Downloads
A PHP collection library loosely inspired by the .NET runtime and the C++ STL.
guennichi/mapper
10605 Downloads
A lightweight library to map array data to PHP immutable objects
shipmonk/input-mapper
17138 Downloads
Performant array-to-object mapper supporting generics, array shapes, optional fields and much more!
wundii/data-mapper
3558 Downloads
Modern and fast object mapper for PHP 8.2+. Strict types. Converts CSV, JSON, XML, YAML, NEON, arrays, and objects to PHP objects.
selective/transformer
13127 Downloads
A strictly typed array transformer with dot-access, fluent interface and filters.
graze/data-structure
265266 Downloads
Data collections and containers
bkvfoundry/utility-belt
37916 Downloads
A set of helpful utilities for working with data, collections (arrays of arrays) and arrays in php
aviator/array-map-keys
9893 Downloads
Array map with keys
transformers/mapping-transformer
68137 Downloads
Integrates Mapper to transform array collections using Mappings.
emulgeator/array-to-class-mapper
10905 Downloads
A library what is capable of transforming a multilevel array to a class object
pixelshaped/flat-mapper-bundle
2362 Downloads
A bundle to easily create non-scalar DTOs from denormalized array results (such as database queries results).
orisai/object-mapper
32842 Downloads
Raw data mapping to validated objects
rexlabs/utility-belt
86271 Downloads
A set of helpful utilities for working with data, collections (arrays of arrays) and arrays in php
pflorek/elevator
15107 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.
kariricode/data-structure
883 Downloads
The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.