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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package matomo-services-lite

Matomo Services Lite

Total Downloads Latest Version Size License


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

Installation

You can add this package to your projects via Composer:

Services

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.


All versions of matomo-services-lite with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0|^8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ceytek-labs/matomo-services-lite contains the following files

Loading the files please wait ....