matomo-php-tracker
matomo-php-tracker copied to clipboard
PHP Client for Matomo Analytics Tracking API
fix https://github.com/matomo-org/matomo-php-tracker/issues/14 cc @mattab @diosmosis
There are some deprecations in latest version of tracker: ``` Creation of dynamic property MatomoTracker::$currentTs is deprecated ``` Also other properties are affected: - MatomoTracker::$forcedVisitorId - MatomoTracker::$requestTimeout - MatomoTracker::$configCookiePath -...
- improved phpunit.xml.dist (the removed entries are all default values)
In line 1955 you are doing a curl_init, but you do not close the connection. I think you should do a curl_close($ch); on line 1986. Also, if the connection fails...
I have been testing this SDK and in general it works well. However, I haven't found a way to tell if incorrect values were set for the site ID or...
Currently, it's caching the code and not counting traffic. Is anyone else using this successfully with Cloudflare?
Are there any plans to drop support for older php versions?
on the FAQ page: https://matomo.org/faq/general/faq_114/ > Matomo for WordPress > The token_auth feature as well as Matomo’s [HTTP Reporting API](https://developer.matomo.org/api-reference/reporting-api) is not available in Matomo for WordPress because Matomo supports...
I'm using MatomoTracker in a PHP application running on various PHP Versions (7.4, 8.0, 8.1, 8.2). While most of the versions are running just fine on PHP 8.2 I see...
### Description: PR for https://github.com/matomo-org/matomo-php-tracker/issues/118