PHPackages                             adrian-lorenc/piwik-pro-reporting-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. adrian-lorenc/piwik-pro-reporting-api

ActiveLibrary[API Development](/categories/api)

adrian-lorenc/piwik-pro-reporting-api
=====================================

PHP client library to query the Piwik Pro Reporting API.

1.0.0-alpha1(2y ago)026GPL-3.0-onlyPHP

Since Jun 8Pushed 2y ago2 watchersCompare

[ Source](https://github.com/adrian-lorenc/piwik-pro-reporting-api)[ Packagist](https://packagist.org/packages/adrian-lorenc/piwik-pro-reporting-api)[ RSS](/packages/adrian-lorenc-piwik-pro-reporting-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Piwik Pro Reporting API
=======================

[](#piwik-pro-reporting-api)

Description
-----------

[](#description)

Allows to query following resources:

- [https://developers.piwik.pro/en/latest/custom\_reports/http\_api/http\_api.html#tag/Queries](https://developers.piwik.pro/en/latest/custom_reports/http_api/http_api.html#tag/Queries)
- [https://developers.piwik.pro/en/latest/custom\_reports/http\_api/http\_api.html#tag/Raw-data/paths/~1api~1analytics~1v1~1sessions~1/post](https://developers.piwik.pro/en/latest/custom_reports/http_api/http_api.html#tag/Raw-data/paths/~1api~1analytics~1v1~1sessions~1/post)
- [https://developers.piwik.pro/en/latest/custom\_reports/http\_api/http\_api.html#tag/Raw-data/paths/~1api~1analytics~1v1~1events~1/post](https://developers.piwik.pro/en/latest/custom_reports/http_api/http_api.html#tag/Raw-data/paths/~1api~1analytics~1v1~1events~1/post)

Installation
------------

[](#installation)

This project can be installed using Composer. Run composer require adrian-lorenc/piwik-pro-reporting-api or add the following to your composer.json:

```
{
  "require": {
    "adrian-lorenc/piwik-pro-reporting-api": "dev-develop"
  }
}
```

Usage
-----

[](#usage)

```
