2017 © Pedro Peláez
 

project yii2-keen

The keen.io API for Yii2

image

br0sk/yii2-keen

The keen.io API for Yii2

  • Friday, March 4, 2016
  • by br0sk
  • Repository
  • 1 Watchers
  • 1 Stars
  • 166 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 6 % Grown

The README.md

yii2-keen

A Yii2 extension for http://keen.io, (*1)

This is an extension for Yii2 that makes it easy to use http://keen.io/., (*2)

You can configure it in your application configuration like so:, (*3)

'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., (*4)

Adding it to your components array., (*5)

Pushing an event is as easy as:, (*6)

$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, (*7)

The Versions

04/03 2016

dev-master

9999999-dev http://br0sk.blogspot.com

The keen.io API for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

statistics yii2 keen.io

04/03 2016

0.1.3

0.1.3.0 http://br0sk.blogspot.com

The keen.io API for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

statistics yii2 keen.io

02/08 2015

0.1.2

0.1.2.0 http://br0sk.blogspot.com

The keen.io API for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

statistics yii2 keen.io

30/07 2015

0.1.1

0.1.1.0 http://br0sk.blogspot.com

The keen.io API for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

statistics yii2 keen.io

30/07 2015

0.1.0

0.1.0.0 http://br0sk.blogspot.com

The keen.io API for Yii2

  Sources   Download

BSD-3-Clause

The Requires

 

statistics yii2 keen.io