PHPackages                             donfelice/analyticsbundle - 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. donfelice/analyticsbundle

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

donfelice/analyticsbundle
=========================

The Analytics Bundle is an eZ Platform 2 bundle providing a basic views for Google Analytics in the admin interface.

00JavaScript

Since Jan 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/donfelice/analyticsbundle)[ Packagist](https://packagist.org/packages/donfelice/analyticsbundle)[ RSS](/packages/donfelice-analyticsbundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Analytics Bundle for eZ Platform 2
==================================

[](#analytics-bundle-for-ez-platform-2)

The Analytics Bundle for eZ Platform 2 provides a basic interface for Google Analytics in the admin. The bundle uses the Google Embed API (See ).

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

[](#installation)

### Use Composer

[](#use-composer)

Run the following from your website root folder to install Analytics Bundle:

```
$ composer require donfelice/analyticsbundle

```

### Activate the bundle

[](#activate-the-bundle)

Activate the bundle in app/AppKernel.php file by adding it to the $bundles array in registerBundles method, together with other required bundles:

```
public function registerBundles()
{
    ...
    $bundles[] = new Donfelice\AnalyticsBundle\DonfeliceAnalyticsBundle();

    return $bundles;
}
```

### Assetic configuration

[](#assetic-configuration)

You need to add it to Assetic configuration in app/config/config.yml, together with EzPlatformAdminUiBundle and all other bundles already configured there:

```
assetic:
    bundles: [EzPlatformAdminUiBundle, DonfeliceAnalyticsBundle]

```

Rename and update if needed the EventListener/MyAdminUIMenuListener.php.dist file.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1143030?v=4)[Felix Laate](/maintainers/donfelice)[@donfelice](https://github.com/donfelice)

### Embed Badge

![Health badge](/badges/donfelice-analyticsbundle/health.svg)

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

PHPackages © 2026

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