mixpanel-php icon indicating copy to clipboard operation
mixpanel-php copied to clipboard

Results 20 mixpanel-php issues
Sort by recently updated
recently updated
newest added

With PHP 8.1 `curl_multi_exec(): Passing null to parameter #2 ($still_running) of type int is deprecated` warning is present. Seems to be fixed in this PR: https://github.com/mixpanel/mixpanel-php/pull/65

Mixpanel should be in its own namespace in order to comply: https://www.php-fig.org/psr/psr-4/ > A fully qualified class name has the following form: > > `\(\)*\` > > - The fully...

I’ve noticed the following endpoints are missing - /import - /groups Any idea if/when these might be added? Also asked here: https://community.mixpanel.com/sending-data-to-mixpanel-11/import-and-groups-missing-from-php-library-5137

We're running a queue and for some jobs we send events to mixpanel (for example to know when an email was sent to a user). In order to do this...

Since our account upgraded to the new ID Merge Mixpanel, createAlias did not appear to function, or even register in the live data in Mixpanel. e.g. `$mixpanel->createAlias($original_id, $wf_user_distinct_id);` doesn't result...

Would be better to have some error handling if an empty array is given of props instead of trying to make 10 curl calls to: https://api.mixpanel.com/engage each responding with curl...

Pull request to update the minimum php version to 5.3, with some small scale changes to the api which would break BC. Proposals outlined below are implemented in the attached...

Endpoint /import for create events older than 5 days require api_key at the end of posted base64 encoded data. More info about this function is on: https://mixpanel.com/docs/api-documentation/importing-events-older-than-31-days (url is wrong...

I have switched to classmap by changing the composer.json file and removing the now unnecessary requires in Mixpanel.php. I think this works...needs some testing. This was in response to https://github.com/mixpanel/mixpanel-php/issues/8