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

The hassle-free way to integrate analytics into any php application.

Results 8 analytics-php issues
Sort by recently updated
recently updated
newest added

Hello! I was wondering if there are any plans for the next release of this library? If so, is there a general timeline for when we can expect the release?...

This has been an issued noted by a few people. See this thread: https://laracasts.com/index.php/index.php/discuss/channels/laravel/queuework-not-working-but-queuelisten-did?page=1&replyId=573027 In the [segment documentation](https://segment.com/docs/connections/sources/catalog/libraries/server/php/#configuration) it says: "Because PHP is a single threaded and shared-nothing environment, we...

Issue #208 Correct autoload require statement

bug

Hi ! With version 3.5.0, the `send.php` script loads the `autoload.php` that way: ``` require './vendor/autoload.php'; ``` Which means that calling the script from another directory than that of the...

support

The presence of the cast to integer makes it impossible to specify a timestamp with milli / micro seconds. #234

In the comment of the `formatTime` method of the `Client` class it is argued that it is possible to use the result of `microtime(true)`, which is a float. But in...

I'm working on a project that connects to multiple Segment sources depending on the brand. Currently, [`Segment::init()`](https://github.com/segmentio/analytics-php/blob/dd47f60/lib/Segment.php#L17-L21) only allows 1 client to be initialized and if it's call multiple times,...