PHPackages                             inspyrenees/umami-bundle - 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. inspyrenees/umami-bundle

ActiveSymfony-bundle[API Development](/categories/api)

inspyrenees/umami-bundle
========================

Symfony bundle for Umami Analytics API integration

1.0.6(4mo ago)051MITPHPPHP ^8.2CI passing

Since Dec 16Pushed 4mo agoCompare

[ Source](https://github.com/inspyrenees/umami-bundle)[ Packagist](https://packagist.org/packages/inspyrenees/umami-bundle)[ RSS](/packages/inspyrenees-umami-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (7)Used By (0)

Umami Bundle for Symfony
========================

[](#umami-bundle-for-symfony)

[![Latest Stable Version](https://camo.githubusercontent.com/92c9ce7d73432fa6e751aadf9a5132e41089e0d36fcb0f328882bc72b8e54363/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e73707972656e6565732f756d616d692d62756e646c652e737667)](https://packagist.org/packages/inspyrenees/umami-bundle)[![Packagist downloads](https://camo.githubusercontent.com/9b2f1a40486a0f943641cb1c77558c5dfce25e11c3208f91fda90e7113b1e38c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f696e73707972656e6565732f756d616d692d62756e646c652e737667)](https://packagist.org/packages/inspyrenees/umami-bundle)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)[![PHP Version](https://camo.githubusercontent.com/7663c9d53dc13cedaf0660a8745a7e77d2dd711257f36aa86ebce12a0600ef42/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e312d626c75652e737667)](https://php.net)[![Symfony Version](https://camo.githubusercontent.com/24dc0a327b4ddf5e8f145fcf8d78076b384f91bda9525adaff174119d31b2bdc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73796d666f6e792d253545372e30253743253545382e302d626c75652e737667)](https://symfony.com)

A Symfony bundle for integrating with [Umami Analytics](https://umami.is/) API. This bundle provides a simple and elegant way to fetch analytics data from your Umami instance.

Features
--------

[](#features)

- 🔐 Automatic authentication with Umami API
- 📊 Complete API coverage (metrics, stats, page views, etc.)
- ⚙️ Simple configuration via environment variables
- 🎯 Type-safe and well-documented methods
- 🔄 Token caching to minimize authentication requests

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Symfony 7.0 or 8.0
- Umami Analytics instance with API access

Installation
------------

[](#installation)

Install the bundle via Composer:

```
composer require inspyrenees/umami-bundle
```

If you're not using Symfony Flex, you'll need to enable the bundle manually in `config/bundles.php`:

```
