update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
16
www/analytics/vendor/piwik/piwik-php-tracker/README.md
vendored
Normal file
16
www/analytics/vendor/piwik/piwik-php-tracker/README.md
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# PHP Client for Piwik Analytics Tracking API
|
||||
|
||||
The PHP Tracker Client provides all features of the [Piwik Javascript Tracker](http://developer.piwik.org/api-reference/tracking-javascript),
|
||||
such as Ecommerce Tracking, Custom Variable, Event tracking and more.
|
||||
|
||||
## Documentation and examples
|
||||
Check out our [Piwik-PHP-Tracker developer documentation](http://developer.piwik.org/api-reference/PHP-Piwik-Tracker) and
|
||||
[Piwik Tracking API guide](http://piwik.org/docs/tracking-api/).
|
||||
|
||||
## Requirements:
|
||||
* json extension (json_decode, json_encode)
|
||||
* CURL or STREAM extensions (to issue the HTTP request to Piwik)
|
||||
|
||||
## License
|
||||
|
||||
Released under the [BSD License](http://www.opensource.org/licenses/bsd-license.php)
|
||||
Loading…
Add table
Add a link
Reference in a new issue