Libraries tagged by array_keys
larapkg/laravel-keychanger
3 Downloads
PhpKeyChanger allows you to pass a json string, object or an array and it will recursively re-key the array using the case you give it.
improvframework/configuration
577 Downloads
An opinionated Configuration object for parsing Key-Value arrays.
ofelix03/transformer
21 Downloads
A simple associative (i.e. a key:value pair) data transformer which transforms the key's of an array data to some other specified keys. It also supports casting of data key's corresponding value to a specified PHP data type
mywebsos/carbon-field-extended-set
5 Downloads
An extension for Carbon Fields that adds a Set field with the ability to retrieve either the label, value, or key/value array.
mywebsos/carbon-field-extended-select
3 Downloads
An extension for Carbon Fields that adds a Select field with the ability to retrieve either the label, value, or key/value array.
mywebsos/carbon-field-extended-radio-image
3 Downloads
An extension for Carbon Fields that adds a Radio Image field with the ability to retrieve either the label, value, or key/value array.
mywebsos/carbon-field-extended-radio
3 Downloads
An extension for Carbon Fields that adds a Radio field with the ability to retrieve either the label, value, or key/value array.
mywebsos/carbon-field-extended-multiselect
6 Downloads
An extension for Carbon Fields that adds a Multiselect field with the ability to retrieve either the label, value, or key/value array.
jpuck/peer-value-distributer
15 Downloads
Given an array, return a new array with the same keys and values randomly distributed evenly amongst the peers in the specified batch quantity.
doublybear/stripe-product-initiator-package
5 Downloads
A small simple product creator for stripe, just give a stripe key and a array/json formatted product list with all the necesarry field, and it will generate stripe products.
linkorb/grouper
24 Downloads
Group arrays by one or more keys
markwilson/symfony2-validator-fields-intersect-not-empty
1667 Downloads
Constraint to check at least one of the keys exist in an array
xtompie/lasorter
3 Downloads
Laravel collection macro sorter for sort multidimensional array by multiple criteria like columns, keys, any deep value
spacetab-io/db-config
61 Downloads
Creates a DSN string from an array. Supports Connection URI's and Connection Key-Value strings.
rail-mukhametshin/config-manager
3 Downloads
ConfigManagerPHP is a lightweight and flexible configuration management tool for PHP applications. It provides an easy and intuitive interface for managing and accessing configuration data in various formats. With support for key formats such as PHP arrays and JSON, and planned expansions for YAML, 'ConfigManagerPHP' ensures centralized and efficient management of configuration settings, essential for any PHP project.