jitb/mixpanel-module

提供 Mixpanel 基本功能的 Zend Framework 2 模块

dev-master 2016-02-09 08:22 UTC

This package is not auto-updated.

Last update: 2024-09-24 02:21:52 UTC


README

zf2 的 Mixpanel 模块

安装

此包可以通过 composer 安装

https://packagist.org.cn/packages/jitb/mixpanel-module

查看其他: https://packagist.org.cn/users/Jack%20in%20the%20Box/

配置

只需将其添加到您的应用程序配置文件中

return array( 'mixpanel' => array( 'key' => 'yourtoken', 'consumer' => 'socket',// curl 或 socket ), ), );