Matomo Php Tracker Versions Save

PHP Client for Matomo Analytics Tracking API

3.2.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/matomo-org/matomo-php-tracker/compare/3.1.3...3.2.0

3.1.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/matomo-org/matomo-php-tracker/compare/3.1.2...3.1.3

3.1.2

1 year ago
  • Improve PHP 8.2 compatibility (by temporarily allowing dynamic properties)

3.1.1

1 year ago
  • compatibility improvements for PHP 8.1 (#108)
  • added method to disable bulk tracking (#109)
  • added tracking methods for upcoming premium feature (#110)

3.1.0

1 year ago
  • Adds support for sending client hints

3.0.4

2 years ago

Improve compatibility with PHP 8.1

3.0.3

2 years ago

Improve compatibility with PHP 8.1

3.0.2

2 years ago

Fix the response content might not be correct if a redirect happened during a tracking request

3.0.1

2 years ago

updated license for composer package

3.0.0

3 years ago

Attention: This version of Matomo PHP Tracker is no longer compatible with Matomo 3.x or earlier

Breaking changes and new features:

  • Support for new page performance metrics (added in Matomo 4) has been added. You can use setPerformanceTimings() to set them for page views.
  • Setting page generation time using setGenerationTime() has been discontinued. The method still exists to not break applications still using it, but it does not have any effect. Please use new page performance metrics as replacement.
  • Sending requests using cURL will now throw an exception if an error occurs in a request.
  • Matomo does not longer support tracking of these browser plugins: Gears, Director. Therefor the signature of setPlugins() changed.
  • Implementation of ecommerce views changed from custom variables to raw parameters
  • It is now possible to configure cookie options for Secure, HTTPOnly and SameSite.
  • Add method setRequestMethodNonBulk() to allow (non bulk) POST requests.