Libraries tagged by array_keys
eduluz1976/array-key-find
489 Downloads
Utility to find the elements with a defined key or value, in a multidimentional array.
crissi/array-key-change
126 Downloads
Easily change keys in a array of any depth
alaa/array-key-map
16 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
17 Downloads
Array keys mapping
aedart/array-option
34 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
11 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
3 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
18 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']]
schnittstabil/array_some
112 Downloads
Checks whether some element resp. key in an array passes a test implemented by a callback function.