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 5d 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://www.gravatar.com/avatar/d134fada27c00270a082676e82d56d06a679a6a2f1653148782de5b04170f5c5?d=identicon)[donfelice](/maintainers/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)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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