Base_MixpanelBase | This a Base class which all Mixpanel classes extend from to provide some very basic debugging and logging functionality. It also serves to persist $_options across the library. |
ConsumerStrategies_AbstractConsumer | Provides some base methods for use by a Consumer implementation |
ConsumerStrategies_CurlConsumer | Consumes messages and sends them to a host/endpoint using cURL |
ConsumerStrategies_FileConsumer | Consumes messages and writes them to a file |
ConsumerStrategies_SocketConsumer | Consumes messages and writes them to host/endpoint using a persistent socket |
Mixpanel | This is the main class for the Mixpanel PHP Library which provides all of the methods you need to track events and create/update profiles. |
Producers_MixpanelBaseProducer | Provides some base methods for use by a message Producer |
Producers_MixpanelEvents | Provides an API to track events on Mixpanel |
Producers_MixpanelPeople | Provides an API to create/update profiles on Mixpanel |