Libraries tagged by array_keys
jongpak/array-key-glue
335 Downloads
Implode keys of array recursively
it-poet/excel-keys-replacer
14 Downloads
A package to replace special labels in Excel files matching array keys.
crissi/array-key-change
127 Downloads
Easily change keys in a array of any depth
alaa/array-key-map
18 Downloads
markwilson/array-key-filter
165 Downloads
Array filtering by keys
lucagentile/switch-array-key-extension
427 Downloads
Takes a collection of objects by one of its key
chebur/array_map_key
18 Downloads
Array keys mapping
aedart/array-option
37 Downloads
Allows you to defined a set of options (array key-value pair), which must follow a set of predefined rules (allowed options)
pavlyuts/php-string-key-arrays
33 Downloads
Array-like class with only strings used as keys
hedronium/key-array
14 Downloads
Library that allows you tu use arrays as keys for arrays!
mattyg/array_column_maintain_keys
20 Downloads
A wrapper for array_column that maintains the keys of the original array.
bmt/assoc-array
5 Downloads
Represents an associative array with string keys.
nathggns/key_implode
1087 Downloads
Implode PHP array by both key and value
gianarb/priority-array-merge
19 Downloads
Merge array with different key priority
timdev/array-undot
130 Downloads
A utility to normalize arrays with dotted-string keys. ['a.b' => 'c'] ==> ['a' => ['b' => 'c']]