Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.72 KB

reporting-api-clients.md

File metadata and controls

46 lines (25 loc) · 1.72 KB
category previous
Integrate
querying-the-reporting-api

Reporting API Clients

About this guide

Read this guide if

Client libraries for Reporting API

PHP client

You can use directly Piwik's codebase to call the reporting API. Learn more in Querying the reporting API.

Ruby client

A Ruby client for the reporting API is available on Github: github.com/matomo-org/piwik-ruby-api.

Python client

A complete Python client implementation of the reporting API is available on Github at github.com/matomo-org/piwik-python-api.

C# client

A C# client implementation of the reporting API is available on Github at github.com/matomo-org/piwik-dotnet-api.

NodeJS client

A NodeJS client is available on Github at github.com/sandfox/nodejs-piwik.

Laravel

A client library for Laravel (a PHP framework) is available at github.com/RobBrazier/Laravel_Piwik.

Client libraries for Tracking API

If you're looking instead for client libraries to use Matomo Tracking HTTP API and track your application or API usage, please see our Matomo Tracking API Clients guide.

Learn more

You can view the complete list of clients and integrations of Piwik at piwik.org/integrate/.