2017 © Pedro Peláez
 

library zend-mixpanel

A Zend Framework 3 module that lets you to use the Mixpanel service.

image

confidencesapp/zend-mixpanel

A Zend Framework 3 module that lets you to use the Mixpanel service.

  • Tuesday, March 21, 2017
  • by BnitoBzh
  • Repository
  • 2 Watchers
  • 0 Stars
  • 213 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 10 % Grown

The README.md

Confidences ZendMixpanel

Build Status Latest Stable Version License Code Coverage, (*1)

A Zend Framework 3 module that lets you to use the Mixpanel service., (*2)

Installation

This module is available on Github. In your project's composer.json use:, (*3)

{   
    "require": {
        "confidencesapp/zend-mixpanel": "dev-master"
}

Run php composer.phar update to download it into your vendor folder and setup autoloading., (*4)

Now copy zend-mixpanel.local.php.dist to yourapp/config/autoload/zend-mixpanel.local.php and add your Mixpanel Acces Token and App ID., (*5)

Add Confidences\ZendMixpanel to the modules array in your application.config.php, preferably as the first module., (*6)

That's it. There's nothing more you need to do, everything works at that stage., (*7)

The Versions