Libraries tagged by array_column
bitzyk/array_column_object
47 Downloads
Provides the same functionality like array_column(), but reported to an array of objects
samad/array-conversion
659 Downloads
PHP Library for converting associative arrays as html table, XML, JSON, CSV. Also add, remove or edit column can be possible.
micheledurante/array-aggregate
11 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
8 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
21 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
6 Downloads
Nova field to handle array columns
energon7/nova-items-field
380 Downloads
Nova field to handle array columns
voilab/csv
96 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
1312 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
4 Downloads
Laravel collection macro sorter for sort multidimensional array by multiple criteria like columns, keys, any deep value
ezermeno/fmxpluck
19 Downloads
Package for concatenate some columns in descriptions of array directly from model in eloquent laravel
clouddueling/auto-migrate
26 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.
fersot/excel-to
26 Downloads
Laravel package that converts Excel/CSV files to JSON, Collection, or Array — with fluent API, sheet selection, column filtering, and export support.