Bitter
Bitter copied to clipboard
Bitter is a simple but powerful analytics library
I was doing a stack of events, and it appears to be more efficient to pass an array of events, and then pipeline all event data as well.
I am looking at the source code of Bitter and had a question about it. in the function bitDateRange in Bitter.php (line 137+) it looks like you get two different...
Something like: ``` php $lastYear = new Year(new DateTime('last year')); $stats = $bitter->getStats('action', $lastYear, 'month'); $max = $stats->getMax(); foreach ($stats as $stat) { echo $stat->getDate() . ' - ' ....
See #11 for the start of the talk.