ellisthedev/laravel-mixpanel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ellisthedev/laravel-mixpanel

最新稳定版本:1.0.1

Composer 安装命令:

composer require ellisthedev/laravel-mixpanel

包简介

Mixpanel Laravel 5.1 Provider

README 文档

README

Current Release Total Downloads

Installation

Step 1: Composer

Require this package with Composer using the following command:

composer require ellisthedev/laravel-mixpanel

Step 2: Configuration

Add the following to your config/app.php in the providers array:

EllisTheDev\Mixpanel\Providers\MixpanelServiceProvider::class

You can also optionally add the following to the aliases array:

'LaravelMixpanel' => EllisTheDev\Mixpanel\Facades\MixpanelFacade::class,

Usage

Add the following to your config/services.php file:

'mixpanel' => [
    'token' => '', // Your Mixpanel API Token
],

Refer to the Mixpanel Documentation for API usage.

License

MIT

统计信息

  • 总下载量: 3.1k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-10