2017 © Pedro Peláez
 

library mixpanel-php-extended

Extensions for the Mixpanel PHP library

image

proudsugar/mixpanel-php-extended

Extensions for the Mixpanel PHP library

  • Friday, February 21, 2014
  • by Rendez
  • Repository
  • 1 Watchers
  • 3 Stars
  • 69 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

MixpanelExtended.php

Extensions for the Mixpanel PHP library. Provides cookie and reserved properties parsing. Most methods reflect their counterpart implementation in Mixpanel.js., (*1)

NOTE: This class can be used in production, but coverage is basic. More PHPUnit test cases are underway. Use at your own wisdom., (*2)

``` php os(); // returns Operating System string., (*3)

``` php
device() // returns mobile device or empty string.

``` php browser() // returns browser string or empty string., (*4)

``` php
referringDomain(); // returns referer domain.

``` php searchInfo(); // returns $search_engine and mp_keyword based on referer., (*5)

``` php
campaignParams(); // returns utm_* google params based on referer.

php getProperties(BOOL); // returns an array with all reserved properties available – The Proudsugar Team., (*6)

The Versions

21/02 2014

dev-master

9999999-dev http://www.proudsugar.com/blog/mixpanel-php-extended

Extensions for the Mixpanel PHP library

  Sources   Download

MIT

The Requires

  • php >=5.0

 

The Development Requires

mixpanel mixpanel php