Libraries tagged by array_keys
tobymaxham/array-faker-redactor
19 Downloads
A PHP package to redact or fake array values by their keys.
justinskolnick/key-value
61 Downloads
KeyValue provides an interface for managing associative arrays as a collection of key-value pairs.
shetabit/transformer
12 Downloads
transform or modify array keys in an easy way
andydefer/data-validator
6 Downloads
Validates and sanitizes structured data arrays with configurable constraints (size, depth, nesting, key/value types).
kigkonsult/asit
2990 Downloads
Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods
kristos80/opton
4297 Downloads
Easily get a value from an array or object without all of those unnecessary array_key_exists or isset controls
dpiquet/mapping
4067 Downloads
array keys mapping class
namshi/gvalue
25052 Downloads
A library to parse Google Docs and convert them into a key-value array
mrnebbi/craft-query-strings
11 Downloads
Add your query strings back into your Craft CMS pagination. Pull an array of all query strings, including duplicate keys
igaster/laravel-model-options
724 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database
danbettles/gestalt
1630 Downloads
Provides classes that implement basic patterns involving collections. Key components are a class implementing a simplified filter-chain pattern, `SimpleFilterChain`, and a simple array class, `ArrayObject`.
ryssbowh/laravel-array-cache
5 Downloads
Helper to cache using dotted array keys in Laravel
ronappleton/php-key-changer
17 Downloads
Format Json string, object and array keys.
p810/array-fl
99 Downloads
Provides a consolidated polyfill for array_key_first(), array_key_last(), and the unapproved functions array_value_first() and array_value_last().
northrook/array-access
135 Downloads
Delineated notation access to PHP arrays, with an optional Primary Value, allowing sub-array keys to return either their assigned value, or nested values.