Download the PHP package bensampo/laravel-count-totals without Composer
On this page you can find all versions of the php package bensampo/laravel-count-totals. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-count-totals
About
Inspired by Jonathan Reinink's post about Calculating totals in Laravel using conditional aggregates I've created an elegant way to grab multiple totals in an efficient way.
Please see the post for details about what this package aims to solve.
Install
Usage
Given the following subscribers
table structure:
name | status |
---|---|
Adam Campbell | confirmed |
Taylor Otwell | confirmed |
Jonathan Reinink | bounced |
Adam Wathan | cancelled |
You may also use the DB
facade:
All versions of laravel-count-totals with dependencies
PHP Build Version
Package Version
The package bensampo/laravel-count-totals contains the following files
Loading the files please wait ....