Libraries tagged by Associative
sunaoka/hash-php
517 Downloads
Merge one or more associative arrays recursively. This function does not append numeric indexes like array_merge_recursive() function.
oasys/validator
21 Downloads
Lightweight validator for associative arrays with fluent API, custom rules, nested schemas, attribute binding, and message templating
neckberg/hashdown
21 Downloads
A PHP package for translating Markdown to and from PHP associative arrays.
matrix2305/laravel-request-object-mapper
6818 Downloads
Mapper to object from laravel request (associative array)
kivagant/amatch
28 Downloads
Validation and matching for associative arrays
jord-jd/wikipedia-info-box-parser
0 Downloads
Parses the info boxes on Wikipedia pages into an associative array
ylsideas/forecaster
3 Downloads
a library for manipulating and casting associative arrays in PHP
econic/csvreader
520 Downloads
Utility class for converting csv data into two-dimensional associative arrays
divineomega/wikipedia-info-box-parser
55 Downloads
Parses the info boxes on Wikipedia pages into an associative array
theopeneyes/sort-associative-array
5 Downloads
A Laravel package to sort associative array
nzo/array
25 Downloads
Pack of advanced array functions specifically tailored for: associative (assoc) array, multidimensional array, array of objects and handling nested array elements
carlosv2/map
39 Downloads
Enhance PHP arrays to allow any offset type
william-lindner/delimiter_array_access
6 Downloads
An accessor function for arrays that allows you to find nested values by delimited notation.
unclexo/filestorage
6 Downloads
A blazing fast and light-weight flat-file storage designed for storing array data to keys
nolikein/container
12 Downloads
Allow to use associative and indexed container or create new container type. Respecting the psr 11