{
    "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"
    }
}