ricbra/kissmetrics-bundle
Composer 安装命令:
composer require ricbra/kissmetrics-bundle
包简介
Bundle around the KISSmetrics API client
关键字:
README 文档
README
This Symfony2 bundle integrates the php-kissmetrics-api in your project.
Installation
$ composer require ricbra/kissmetrics-bundle
Activate in AppKernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Ricbra\Bundle\KissMetricsBundle\RicbraKissMetricsBundle(), ); }
Configuration
ricbra_kiss_metrics: api_key: y0ur-4p1-k3y user_agent: "your-app-name/1.0.0 +https://yourapp.com"
Usage
$this->get('kissmetrics')->setProperties([ '_p' => 'Facebook #23', '_d' => 1, '_t' => 21421421, 'Property' => 'Value' ]);
统计信息
- 总下载量: 1.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-11