Libraries tagged by array map
cangelis/data-models
27 Downloads
Data models is the beautiful way of working with structured data such as JSON and PHP arrays
genai/dto
114 Downloads
DTO support: a #[Dto] attribute, a build-time processor that compiles each DTO's getters into a JSON map, and a PHP 5.3-safe Serializer that turns DTOs (and nested/arrays of them) into arrays via that map — no runtime reflection, no toArray(). Standalone: no runtime dependencies.
assegaiphp/collections
657 Downloads
The assegaiphp/collections package is a powerful tool for creating and managing groups of related objects in your AssegaiPHP projects. With this library, you can easily organize and manipulate data in a variety of ways, such as arrays, lists, sets, and maps. The package offers a wide range of methods for adding, removing, and manipulating items, as well as sorting, searching, and filtering your collections. It is fully compatible with PHP 7.x and above and is designed to be lightweight and easy to use. Whether you're building a web application, a CLI tool, or a standalone script, assegaiphp/collections is the perfect choice for working with data. With its simple and intuitive interface, you can easily start working with collections in your project right away.
mouf/tdbm-hydrator
30656 Downloads
A PHP hydrator allowing easy mapping between an array and an object.
devysm/enum-mapper
72 Downloads
Map the enum values in short codes with enum mapper class.
matrix2305/laravel-request-object-mapper
6826 Downloads
Mapper to object from laravel request (associative array)
alevikzs/mapper
11 Downloads
The Mapper library is meant to be used to turn json strings or arrays a into a specific objects.
tomphp/transform
506 Downloads
A set of tools to make array_map and array_filter more friendly.
waughj/verified-arguments
1510 Downloads
Class for generating special type of associative array/map with fallback default values, validity tests, and sanitizers.
thesmart/bitfield
8903 Downloads
Map an array of options to a binary bitfield as a string or integer, and back again.
cerbero/transformer
543 Downloads
Transform, manipulate, cast and map objects and arrays.
platine-php/collection
5272 Downloads
Platine Collection provides a flexible and simple PHP collection implementation.
phootwork/phootwork
25 Downloads
The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.
kariricode/data-structure
1097 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.
collector/collector
208 Downloads
A collection library inspired by Laravel Collections, built using generators to preserve memory