Libraries tagged by array_column
xemlock/array_column
192 Downloads
array_column() implementation for PHP versions earlier than 5.5
muse/array_column_set
12 Downloads
Function to modify array column vals
mattyg/array_column_maintain_keys
20 Downloads
A wrapper for array_column that maintains the keys of the original array.
bitzyk/array_column_object
44 Downloads
Provides the same functionality like array_column(), but reported to an array of objects
micheledurante/array-aggregate
10 Downloads
A PHP, SQL-like stream aggregate function to group a set of rows by any number of columns. You can also define how to compute groups
angus-dv/in_array_r
4 Downloads
Provides functionality for in_array_r() to projects using PHP earlier than version 5.5 or greater.
dkhlystov/yii2-grid
55 Downloads
Active columns and array input widget for Yii 2 framework
jberall/yii2-json-behavior
16 Downloads
Attaches behavior for a Postgresql jsonb column
energon7/nova-items-field
379 Downloads
Nova field to handle array columns
bytefreak/php-utils
1307 Downloads
Some little php helper functions, like array_strip, array_merge_recursive_simple, array_call_method, array_call_function, array_create_hash, array_create_simple_hash, array_group, array_set_value, array_get_by_keypath, array_set_by_keypath, array_sort_by_column, str_begins_with, str_ends_with and debug_break.
xtompie/lasorter
3 Downloads
Laravel collection macro sorter for sort multidimensional array by multiple criteria like columns, keys, any deep value
ezermeno/fmxpluck
4 Downloads
Package for concatenate some columns in descriptions of array directly from model in eloquent laravel
clouddueling/auto-migrate
24 Downloads
This class can be used to generate diffs between a MySQL XML dump file, and a database which currently exists. It will tell you the missing tables and columns (return as an array), or generate MySQL queries to add the missing columns in.
ataur/binarray
16 Downloads
An alternative way to handle large volumn of integer or short string as array in memory efficient way.