Libraries tagged by associative array
marcojetson/invoker
8 Downloads
Invoke callables using associative arrays
kloining/php-bounce-handler
23 Downloads
Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses
glitchbl/excel
102 Downloads
Easily create and convert excel from/to associative array
futuretek/data-mapper
1 Downloads
A lightweight, reflection-based PHP 8.1+ data mapping library for converting associative arrays into typed PHP objects (POPOs), and back. Ideal for OpenAPI-generated DTOs, form handling, and request/response serialization in modern API architectures.
frankperez87/xml2array
1158 Downloads
This will convert a Simple XML string to a associative array.
dsijak/container
7 Downloads
Stores objects into static associative array. Without any unnecessary overcomplicated features.
csskevin/tabledude
940 Downloads
Helps you processing HTML Tables with PHP to save them for instance as associative arrays.
cjrasmussen/objectify
17 Downloads
Simple functions for converting associative arrays to objects and vice-versa
apantle/hashmapper
1243 Downloads
Simple Ordered Hashmap Object Transformer (array_map for associative arrays)
anandaerditya/dotls
5 Downloads
Package for reading and fetch dot-ls (.ls) config file into associative array.
peterkahl/apple-os-x-build-version
69998 Downloads
Associative array of OS X build and version codes that can be used in various ways.
peterkahl/apple-ios-build-version
70653 Downloads
Associative array of iOS build and version codes.
jefrancomix/sohot
20 Downloads
Simple Ordered Hashmap Object Transformer (array_map for associative arrays)
aesonus/validator-class
95 Downloads
Provides a class which outputs validation errors in an associative array
ofelix03/transformer
22 Downloads
A simple associative (i.e. a key:value pair) data transformer which transforms the key's of an array data to some other specified keys. It also supports casting of data key's corresponding value to a specified PHP data type