br0sk/yii2-keen The keen.io API for Yii2

statisticskeen.io

yii2-keen

A Yii2 extension for http://keen.io

This is an extension for Yii2 that makes it easy to use http://keen.io/.

You can configure it in your application configuration like so:

'keen' => [
    'class' => 'br0sk\keen\KeenIo',
    'projectId' => 'yourprojectid',
    'readKey'   => 'yourreadkey',
    'writeKey'  => 'yourwritekey'
],

note: You can find the project id and push API key in the control panel for you project if you log in here.

Adding it to your components array.

Pushing an event is as easy as:

$event = ['purchase' => ['item' => 'Golden Elephant']];
$keenReturn = Yii::$app->keen->addEvent('purchases', $event);

You can now use all the calls in the Keen PHP SDK this extension builds on

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.1.3 is the latest of 4 releases



BSD-3-Clause license
Stats
1 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
1358 total downloads