Libraries tagged by array_group_by
jakezatecky/array_group_by
150981 Downloads
A function that groups/splits an array by the values of a given key or keys.
mcaskill/php-array-group-by
71916 Downloads
Groups an array by a given key.
jenner/array_group_by
8036 Downloads
like mysql group by
dimaip/groupby
6306 Downloads
FlowQuery groupBy operation to group arrays by EEL discriminator
petemc/group-by
361 Downloads
A utility package, adding groupBy function to arrays, grouping by array keys or a callback.
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
wpkenpachi/wpfilterlist
31 Downloads
Biblioteca para agrupamento e ordenacao de resultados ( Sistema de Filtro para resultados )
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.
linkorb/grouper
24 Downloads
Group arrays by one or more keys
landlib/treealgorithms
29 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.