Download the PHP package ceytek-labs/matomo-services-lite without Composer
On this page you can find all versions of the php package ceytek-labs/matomo-services-lite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ceytek-labs/matomo-services-lite
More information about ceytek-labs/matomo-services-lite
Files in ceytek-labs/matomo-services-lite
Package matomo-services-lite
Short Description Matomo Services Lite is a lightweight and extendable library designed to help you manage data easily using the Matomo in your PHP projects.
License MIT
Homepage https://github.com/ceytek-labs/matomo-services-lite
Informations about the package matomo-services-lite
Matomo Services Lite - Matomo API for PHP
Matomo Services Lite is a lightweight and extendable library designed to help you manage data easily using the Matomo in your PHP projects.
Disclaimer: This package is not an official product of Matomo. The developers accept no responsibility for any issues, discrepancies, or damages that may arise from its use.
Requirements
- PHP 7.0 or higher (including PHP 8)
Installation
You can add this package to your projects via Composer:
Services
- Actions
- Get
- Get Page Urls
- Devices Detection
- Get Type
- Events
- Get Action
- Get Category
- Get Name
- Get Name From Action ID
- Marketing Campaigns Reporting
- Get Name
- Sites Manager
- Get All Sites
- Users Manager
- Get Users With Site Access
- Visits Summary
- Get
Actions
The Actions API lets you request reports for all your Visitor Actions: Page URLs, Page titles, Events, Content Tracking, File Downloads and Clicks on external websites.
Example Usage
The following example demonstrates how to manage data in a Actions document:
⬆ Back to services
Actions: Get
⬆ Back to services
Actions: Get Page Urls
⬆ Back to services
Devices Detection
The DevicesDetection API lets you access reports on your visitors devices, brands, models, Operating system, Browsers.
Example Usage
The following example demonstrates how to manage data in a Devices Detection document:
⬆ Back to services
Devices Detection: Get Type
⬆ Back to services
Events
The Events API lets you request reports about your users' Custom Events.
Example Usage
The following example demonstrates how to manage data in a Devices Detection document:
⬆ Back to services
Events: Get Action
⬆ Back to services
Events: Get Category
⬆ Back to services
Events: Get Name
⬆ Back to services
Events: Get Name From Action ID
⬆ Back to services
Marketing Campaigns Reporting
API for plugin MarketingCampaignsReporting
Example Usage
The following example demonstrates how to manage data in a Marketing Campaigns Reporting document:
⬆ Back to services
Marketing Campaigns Reporting: Get Name
⬆ Back to services
Sites Manager
The SitesManager API gives you full control on Websites in Matomo (create, update and delete), and many methods to retrieve websites based on various attributes.
Example Usage
The following example demonstrates how to manage data in a Sites Manager document:
⬆ Back to services
Sites Manager: Get All Sites
⬆ Back to services
Users Manager
The UsersManager API lets you Manage Users and their permissions to access specific websites.
Example Usage
The following example demonstrates how to manage data in a Users Manager document:
⬆ Back to services
Users Manager: Get Users With Site Access
⬆ Back to services
Visits Summary
VisitsSummary API lets you access the core web analytics metrics (visits, unique visitors, count of actions (page views & downloads & clicks on outlinks), time on site, bounces and converted visits).
Example Usage
The following example demonstrates how to manage data in a Visits Summary document:
⬆ Back to services
Visits Summary: Get
Contributing
Feel free to submit a pull request or report an issue. Any contributions and feedback are highly appreciated!
License
This project is licensed under the MIT License.