Libraries tagged by array_group_by
jakezatecky/array_group_by
231012 Downloads
A function that groups/splits an array by the values of a given key or keys.
itools/smartarray
50708 Downloads
XSS-safe collections for PHP templates: database rows with fields that HTML-encode themselves, plus chainable filtering, sorting, and grouping
mcaskill/php-array-group-by
94953 Downloads
Groups an array by a given key.
jenner/array_group_by
8047 Downloads
like mysql group by
dimaip/groupby
7166 Downloads
FlowQuery groupBy operation to group arrays by EEL discriminator
petemc/group-by
362 Downloads
A utility package, adding groupBy function to arrays, grouping by array keys or a callback.
qaadee/php-array-indexer
8 Downloads
Tiny PHP functions for indexing and grouping arrays and iterables by custom keys.
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
wpkenpachi/wpfilterlist
31 Downloads
Biblioteca para agrupamento e ordenacao de resultados ( Sistema de Filtro para resultados )
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.
linkorb/grouper
27 Downloads
Group arrays by one or more keys
landlib/treealgorithms
31 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.