Libraries tagged by groupBy
jakezatecky/array_group_by
159612 Downloads
A function that groups/splits an array by the values of a given key or keys.
rekalogika/doctrine-advanced-group-by
5416 Downloads
Allows the use of the more complex GROUP BY clauses in Doctrine ORM. These include GROUPING SETS, CUBE, and ROLLUP.
mcaskill/php-array-group-by
75801 Downloads
Groups an array by a given key.
dimaip/groupby
6412 Downloads
FlowQuery groupBy operation to group arrays by EEL discriminator
jenner/array_group_by
8036 Downloads
like mysql group by
obernard/property-indexer
10516 Downloads
Object property manipulation tools based on symfony/property-access
gorriecoe/silverstripe-groupbycount
387 Downloads
Grouped list by specified numeric amount
timkelty/craft-groupby
348 Downloads
A Craft plugin (Twig filter) for grouping entries.
fusionary/groupby-craft
16 Downloads
A Craft plugin (Twig filter) for grouping entries.
thomhurks/laravel-collection-extensions
85 Downloads
Extensions for Laravel's Collection class. Notably groupByMultiple for grouping collections on multiple fields instead of just one.
sunnysideup/mysql-5-7-fix
7160 Downloads
ANSI sans ONLY_FULL_GROUP_BY. This allows you to run Silverstripe projects on mysql5.7+ without constantly running into errors.
protich/auto-join-eloquent
2 Downloads
Extend Eloquent to support auto-joining relationships and aliasing for SELECT, WHERE, ORDERBY, GROUPBY and HAVING clauses
phpfacile/group-by-tags-db
12 Downloads
Implementation of services to manage items (of any kind) that can be grouped by their tag values, using a database as backend (with zend-db).
phpfacile/group-by-tags
17 Downloads
Dummy implementation of services to manage items (of any kind) that can be grouped by their tag values.
petemc/group-by
361 Downloads
A utility package, adding groupBy function to arrays, grouping by array keys or a callback.