Libraries tagged by array_column
dq5studios/entity_column
432 Downloads
A drop-in replacement for array_column() that supports objects with getters.
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
5 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
kedrigern/data-table
20 Downloads
Manipulation with table organized collection of data (csv, excel). Contains functions for work with whole columns, rows, filtering etc.
jberall/yii2-json-behavior
16 Downloads
Attaches behavior for a Postgresql jsonb column
paulvl/nova-items-field
2 Downloads
Nova field to handle array columns
energon7/nova-items-field
379 Downloads
Nova field to handle array columns
voilab/csv
92 Downloads
CSV parser that uses `fgetcsv` to parse file, string, streams or arrays, extract columns and provide per-column method to manipulate data.
bytefreak/php-utils
1308 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
6 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.