Download the PHP package famouswolf/matomoapi without Composer
On this page you can find all versions of the php package famouswolf/matomoapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download famouswolf/matomoapi
More information about famouswolf/matomoapi
Files in famouswolf/matomoapi
Download famouswolf/matomoapi
More information about famouswolf/matomoapi
Files in famouswolf/matomoapi
Vendor famouswolf
Package matomoapi
Short Description TYPO3 extension to talk to Matomo API and display it with a template
License GPL-3.0-or-later
Package matomoapi
Short Description TYPO3 extension to talk to Matomo API and display it with a template
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package matomoapi
matomoapi
TYPO3 extension to connect to the Matomo API and show the result using a Fluid template.
Requirements
- TYPO3 CMS 10.4
- PHP 7.2+
- Licence: GPL 3.0
Manual
After installing the extension you need to configure the Matomo API call through TypoScript. You can then add the plugin, either through TypoScript or as a content element. The default template will show the returned data using f:debug, so most likely you'll want to create a custom template.
More about the Matomo API can be found here: https://developer.matomo.org/api-reference/reporting-api
TypoScript
Key | Description | Type |
---|---|---|
view.templateRootPaths | Template root paths | Array |
view.partialRootPaths | Partial root paths | Array |
view.layoutRootPaths | Layout root paths | Array |
settings.apiUrl | URL for the Matomo API | String |
settings.tokenAuth | The Matomo API authentication token | String |
settings.method | The method to call in the Matomo API | String |
settings.parameters | The parameters to send to the Matomo API | Array |
Examples
Get the number of visits in the last 30 days
TypoScript
Fluid template
Get the most visited page URL for yesterday
TypoScript
Fluid template
All versions of matomoapi with dependencies
PHP Build Version
Package Version
The package famouswolf/matomoapi contains the following files
Loading the files please wait ....