PHPackages                             antoinebonin/matomo - 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. antoinebonin/matomo

ActiveLibrary[API Development](/categories/api)

antoinebonin/matomo
===================

Wrapper around Matomo API for any PHP code

1.0.0(2y ago)013proprietaryPHPPHP ^8.0

Since Feb 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/antoinebonin/matomo)[ Packagist](https://packagist.org/packages/antoinebonin/matomo)[ RSS](/packages/antoinebonin-matomo/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (7)Versions (3)Used By (0)

PHP Matomo Wrapper
==================

[](#php-matomo-wrapper)

Wrapper around Matomo API for any PHP code

How to use
----------

[](#how-to-use)

1. Implement an adapter using the `Antoinebonin\Matomo\Domain\Adapter\HttpClientAdapterInterface` interface.
2. Initiate a client ```
    $client = new \Antoinebonin\Matomo\Domain\Client\Client(
        $adapter,
        $baseUrl,
        $authToken
    );
    ```
3. Use action to with your client ```
    $action = new AddSiteAction($name, $url);
    $client->send($action)
    ```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

870d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed29ef78f7d92cbcd294129e5fc5162bad86a9c75adb4caa7aa0ad985a6a2c7a?d=identicon)[antoinebonin](/maintainers/antoinebonin)

---

Top Contributors

[![antoinebonin](https://avatars.githubusercontent.com/u/10487857?v=4)](https://github.com/antoinebonin "antoinebonin (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/antoinebonin-matomo/health.svg)

```
[![Health](https://phpackages.com/badges/antoinebonin-matomo/health.svg)](https://phpackages.com/packages/antoinebonin-matomo)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
