updated plugin Connect Matomo version 1.1.5

This commit is contained in:
2026-06-03 21:28:54 +00:00
committed by Gitium
parent 6e8ffa6f66
commit 1f3438440f
78 changed files with 13800 additions and 5314 deletions

View File

@ -0,0 +1,44 @@
{
"name": "matomo\/matomo-php-tracker",
"description": "PHP Client for Matomo Analytics Tracking API",
"keywords": [
"matomo",
"piwik",
"tracker",
"analytics"
],
"homepage": "https:\/\/matomo.org",
"license": "BSD-3-Clause",
"authors": [
{
"name": "The Matomo Team",
"email": "hello@matomo.org",
"homepage": "https:\/\/matomo.org\/team\/"
}
],
"support": {
"forum": "https:\/\/forum.matomo.org\/",
"issues": "https:\/\/github.com\/matomo-org\/matomo-php-tracker\/issues",
"source": "https:\/\/github.com\/matomo-org\/matomo-php-tracker"
},
"require": {
"php": "^7.2 || ^8.0",
"ext-json": "*"
},
"suggest": {
"ext-curl": "Using this extension to issue the HTTPS request to Matomo"
},
"autoload": {
"classmap": [
"."
]
},
"autoload-dev": {
"psr-4": {
"\\": "tests\/"
}
},
"require-dev": {
"phpunit\/phpunit": "^8.5 || ^9.3 || ^10.1"
}
}