Skip to content
Snippets Groups Projects
Unverified Commit 64497dc5 authored by sgiehl's avatar sgiehl
Browse files

Rebrand from Piwik to Matomo

parent 314e6d00
No related merge requests found
Copyright (c) 2014, Piwik Open Source Analytics
Copyright (c) 2014, Matomo Open Source Analytics
All rights reserved.
Redistribution and use in source and binary forms, with or without
......
This diff is collapsed.
# PHP Client for Matomo Analytics Tracking API
The PHP Tracker Client provides all features of the [Matomo Javascript Tracker](http://developer.matomo.org/api-reference/tracking-javascript), such as Ecommerce Tracking, Custom Variable, Event tracking and more.
The PHP Tracker Client provides all features of the [Matomo Javascript Tracker](https://developer.matomo.org/api-reference/tracking-javascript), such as Ecommerce Tracking, Custom Variable, Event tracking and more.
## Documentation and examples
Check out our [Matomo-PHP-Tracker developer documentation](http://developer.matomo.org/api-reference/PHP-Piwik-Tracker) and [Matomo Tracking API guide](http://matomo.org/docs/tracking-api/).
Check out our [Matomo-PHP-Tracker developer documentation](https://developer.matomo.org/api-reference/PHP-Piwik-Tracker) and [Matomo Tracking API guide](https://matomo.org/docs/tracking-api/).
## Requirements:
* json extension (json_decode, json_encode)
......
{
"name": "piwik/piwik-php-tracker",
"description": "PHP Client for Piwik Analytics Tracking API",
"keywords": ["piwik","tracker","analytics"],
"homepage": "http://piwik.org",
"name": "matomo/matomo-php-tracker",
"description": "PHP Client for Matomo Analytics Tracking API",
"keywords": ["matomo","piwik","tracker","analytics"],
"homepage": "https://matomo.org",
"license": "BSD-2-Clause",
"authors": [
{
"name": "The Piwik Team",
"email": "hello@piwik.org",
"homepage": "http://piwik.org/the-piwik-team/"
"name": "The Matomo Team",
"email": "hello@matomo.org",
"homepage": "https://matomo.org/team/"
}
],
"support": {
"forum": "http://forum.piwik.org/",
"issues": "https://github.com/piwik/piwik-php-tracker/issues",
"source": "https://github.com/piwik/piwik-php-tracker"
"forum": "https://forum.matomo.org/",
"issues": "https://github.com/matomo-org/matomo-php-tracker/issues",
"source": "https://github.com/matomo-org/matomo-php-tracker"
},
"autoload": {
"classmap": ["."]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment