https://github.com/linkorb/matomo-reporting-api-client
Matomo Reporting API client for PHP
https://github.com/linkorb/matomo-reporting-api-client
Last synced: 25 days ago
JSON representation
Matomo Reporting API client for PHP
- Host: GitHub
- URL: https://github.com/linkorb/matomo-reporting-api-client
- Owner: linkorb
- License: mit
- Created: 2018-05-06T06:47:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T06:48:18.000Z (about 8 years ago)
- Last Synced: 2025-12-14T21:10:47.999Z (6 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Matomo Reporting API client
===========================
Simple client library to interact with [Matomo's Reporting API](https://developer.matomo.org/api-reference/reporting-api).
## Examples
You'll find various examples in the `example/` directory.
In order to execute them, you'll need to copy the `.env.dist` to `.env` and adjust the configuration for your environment.
After this, you can simply execute the examples like this:
php example/visits-summary.php
## License
MIT. Please refer to the [license file](LICENSE) for details.
## Brought to you by the LinkORB Engineering team

Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).
Btw, we're hiring!