Libraries tagged by array_keys
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!
devorto/key-value-storage
1968 Downloads
Simple array-like key => value storage object.
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
131 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.
rentalhost/vanilla-array-query
9 Downloads
Extracts array elements into a new array with only queried keys.
germanovs/php-keys-mover
4 Downloads
Allows you to change keys positions in arrays
rstgroup/php-consul-kv-array-getter
46 Downloads
This library allows you to receive the consul's KV Store's keys as a structured array.
sk/array_path_exists
5 Downloads
Checks if the given keys or indices exists in the array