Download the PHP package sanskritick/matomo-tracker without Composer
On this page you can find all versions of the php package sanskritick/matomo-tracker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sanskritick/matomo-tracker
More information about sanskritick/matomo-tracker
Files in sanskritick/matomo-tracker
Package matomo-tracker
Short Description A Laravel facade/wrapper for the matomo/matomo-php-tracker for server side Matomo tracking.
License MIT
Homepage https://github.com/sanskritick/matomo-tracker
Informations about the package matomo-tracker
MatomoTracker
About
The sanskritick/matomo-tracker
Laravel package is a wrapper for the matomo/matomo-php-tracker
. The Matomo php tracker allows serverside tracking.
Features
- MatomoTracker Facade
- Queued tracking requests in Laravel queue
Feel free to suggest new features.
Installation
Via Composer
Require the sanskritick/matomo-tracker
package in your composer.json
and update your dependencies:
Publish the config file (optional)
Run php artisan vendor:publish
to publish the config file if needed.
Update your .env
Add these variables to your .env
file and configure it to fit your environment.
That's it!
Usage
You can use the facade to track.
Tracking
Basic functionality
Please see the [https://developer.matomo.org/api-reference/PHP-Matomo-Tracker](Matomo Tracker) page for basic method documentation.
Additionally there are some Methods to simplyfy the usage:
Queues
For queuing you can use these functions.
For setting up queues, find the documentation on Laravel Queues.
Settings
Have a look in the [https://developer.matomo.org/api-reference/PHP-Matomo-Tracker](Matomo Tracker) page for basic settings documentation.
Additionaly these settings are available:
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
Please see security.md for details and a todolist.
License
MIT. Please see the license file for more information.