Libraries tagged by array_keys
josef/postgre-comma-relations
212 Downloads
To create a Eloquent relationships with comma separated foreign key or using a string_to_array postgre function.
webdevcave/collections
0 Downloads
A PHP library for managing collections of data with support for nested keys.
oceanmoon/collections
0 Downloads
Type-safe PHP collections: Sequence (ordered list), Dictionary (any-type keys), Set (unique values), with runtime type validation.
joshtronic/php-sortbyfield
9 Downloads
Sort an array of arrays by a field
ghanuz-clone/eloquent-relations
3 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
autoframe/components-arr
165 Downloads
Core Array Utils Autoframe Framework
neubert/pile
35 Downloads
A small helper for fetching multidimensional arrays and objects.
aeondigital/phpcoreextension
151 Downloads
Funções e Constantes que extendem a coleção original do core PHP.
robote13/countries-list
21 Downloads
The list of countries with ISO 3166-1 names and codes, which uses as array keys.
rasclatt/smart-dto
587 Downloads
Fill Dtos with data using the mapping. Also allows rendering to different array key formats.
petemc/group-by
362 Downloads
A utility package, adding groupBy function to arrays, grouping by array keys or a callback.
leo-yi/laravel-fillable
51 Downloads
A Laravel package that generates php array keys from table fields
jelle-s/arraykeycombiner
130 Downloads
Combines arrays by searching for intersections and adding them to the master array. Keys are combined using a delimiter.
codezero/laravel-form-field-prefixer
217 Downloads
Reuse form partials and automatically add optional prefixes and array keys to your form fields.
kristos80/optionr2
88 Downloads
Optionr is a simple helper that makes it extremely easy to grab an option from a collection of options, without the need to make all those 'isset' and 'array_key_exists' comparisons.