PHPackages                             defixit/anonlytics-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. [Admin Panels](/categories/admin)
4. /
5. defixit/anonlytics-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

defixit/anonlytics-bundle
=========================

European anonymized website analytics (GDPR)

1.0.1(4y ago)026MITPHPPHP &gt;=7.4

Since Feb 20Pushed 4y agoCompare

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

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

[![License](https://camo.githubusercontent.com/ac049ef4e7a0b7196b09add6ac2d4f180e544c0ac779c2b2ac2fd2723a209579/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75653f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/ac049ef4e7a0b7196b09add6ac2d4f180e544c0ac779c2b2ac2fd2723a209579/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75653f7374796c653d666c61742d737175617265)

Anonlytics
==========

[](#anonlytics)

In a world with all GDPR rules, an IP address is now already labeled as personal information and can therefore not just be passed on by your website/application.

That's why we introduce Anonlytics, the server side analytics tool that only works with anonymized data for website analytics.

Entirely in accordance with all the rules of the GDPR. Our servers are all located in Europe and no IP addresses are used anywhere.

This Symfony Bundle is part of , you need a (free) account to use this bundle for your website/application.

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

[](#installation)

Use composer to add the library as dependency for your project

`composer require defixit/anonlytics-bundle`

Usage
-----

[](#usage)

### Setup

[](#setup)

At first, you need to create an account on [Anonlytics.eu](https://anonlytics.eu) to get your `client_token` and `site_token` to connect to our services.

After you created an account on our website you can create a file with the name `anonlytics.yaml` in the `config/packages/` folder, with the following content:

```
anonlytics:
  client_token: '%env(resolve:ANONLYTICS_CLIENT_TOKEN)%'
  site_token: '%env(resolve:ANONLYTICS_SITE_TOKEN)%'
```

Also add the following line to your `bundles.php`:

```
DeFixIT\AnonlyticsBundle\AnonlyticsBundle::class => ['all' => true],
```

Now you need two new variables in your `.env` file, so paste the next following content at the end of the file:

```
###> defixit/anonlytics-bundle ###
ANONLYTICS_CLIENT_TOKEN=#YOUR_ANONLYTICS_CLIENT_TOKEN
ANONLYTICS_SITE_TOKEN=#YOUR_ANONLYTICS_SITE_TOKEN
```

After this the bundle is set up and ready to connect and send the data to our service.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Every ~4 days

Total

5

Last Release

1529d ago

Major Versions

0.3.0 → 1.0.02022-02-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/6064f16b5aaf8a6ea53daebaa632bdbfd178813955dac0d232da47efd4bd59c4?d=identicon)[defixit](/maintainers/defixit)

---

Tags

analyticsanonymousdashboardrdpranalyticsgdpranonlyticsanonimize

### Embed Badge

![Health badge](/badges/defixit-anonlytics-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/defixit-anonlytics-bundle/health.svg)](https://phpackages.com/packages/defixit-anonlytics-bundle)
```

###  Alternatives

[andreaselia/analytics

Analytics for the Laravel framework.

19719.5k2](/packages/andreaselia-analytics)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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