PHPackages                             fkeloks/ezplatform-logs-ui - 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. fkeloks/ezplatform-logs-ui

Abandoned → [fkeloks/ibexa-logs-ui](/?search=fkeloks%2Fibexa-logs-ui)Symfony-bundle[Admin Panels](/categories/admin)

fkeloks/ezplatform-logs-ui
==========================

v1.0.0(6y ago)11[2 PRs](https://github.com/fkeloks/ezplatform-logs-ui/pulls)MITPHPPHP ^7.1.3CI failing

Since Jun 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/fkeloks/ezplatform-logs-ui)[ Packagist](https://packagist.org/packages/fkeloks/ezplatform-logs-ui)[ Docs](https://github.com/fkeloks/ezplatform-logs-ui)[ RSS](/packages/fkeloks-ezplatform-logs-ui/feed)WikiDiscussions master Synced 2mo ago

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

EzPlatformLogsUiBundle
[![Build Status](https://camo.githubusercontent.com/009c4cd76a830f02676f37b82db2c9160f097021c107adc03b14c22ad52be353/68747470733a2f2f7472617669732d63692e636f6d2f666b656c6f6b732f657a706c6174666f726d2d6c6f67732d75692e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/fkeloks/ezplatform-logs-ui)[![License](https://camo.githubusercontent.com/ba38edb6856a202d6cc65a4273aa20a457d90fb037cbf930c05b771c59362a33/68747470733a2f2f706f7365722e707567782e6f72672f666b656c6f6b732f657a706c6174666f726d2d6c6f67732d75692f6c6963656e7365)](https://packagist.org/packages/fkeloks/ezplatform-logs-ui)
===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#ezplatformlogsuibundle)

Symfony bundle dedicated to eZ Platform, to add a log management interface to the back office.

[![Screenshot of EzPlatformLogsUiBundle](https://camo.githubusercontent.com/41f5c0bd114e60f20313fb0aaa18b3dd4b42bd53e01a4e3f790f57a9be4e5a65/68747470733a2f2f692e696d6775722e636f6d2f446c72314c46732e706e67)](https://camo.githubusercontent.com/41f5c0bd114e60f20313fb0aaa18b3dd4b42bd53e01a4e3f790f57a9be4e5a65/68747470733a2f2f692e696d6775722e636f6d2f446c72314c46732e706e67)

**Details**:

- Author: Florian Bouché
- Licence: MIT

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

[](#requirements)

- php: ^7.1.3
- ezsystems/ezplatform: 2.5.\*
- ezsystems/ezplatform-admin-ui: ^1.5

⚠️ Warning, in its current version, the bundle **only supports** log files in `Monolog/LineFormatter` format.
[LineFormatter from Github](https://github.com/Seldaek/monolog/blob/master/src/Monolog/Formatter/LineFormatter.php)

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require fkeloks/ezplatform-logs-ui
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
// app/AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new EzPlatformLogsUi\Bundle\EzPlatformLogsUiBundle(),
        ];
    }
}
```

### Step 3: Import EzPlatformLogsUi routing files

[](#step-3-import-ezplatformlogsui-routing-files)

Now that you have activated and configured the bundle, all that is left to do is import the EzPlatformLogsUi routing files.

```
# app/config/routing.yml

# EzPlatformLogsUiBundle
_ezplatform_logs_ui:
    resource: "@EzPlatformLogsUiBundle/Resources/config/routing.yml"
    prefix: /
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2507d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5241c97d7b41e2e04e77b03d774fe747da9917c273f62975e670f0afaa89bbde?d=identicon)[fkeloks](/maintainers/fkeloks)

---

Top Contributors

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

---

Tags

administrationezplatformezplatform-bundlelogssymfonybundleuilogsadminezplatform

### Embed Badge

![Health badge](/badges/fkeloks-ezplatform-logs-ui/health.svg)

```
[![Health](https://phpackages.com/badges/fkeloks-ezplatform-logs-ui/health.svg)](https://phpackages.com/packages/fkeloks-ezplatform-logs-ui)
```

###  Alternatives

[redchamps/module-clean-admin-menu

It will merge all third party extensions menu items to single menu item named 'Extensions'.

164416.3k](/packages/redchamps-module-clean-admin-menu)[wandi/easyadmin-plus-bundle

Wandi/EasyAdminPlusBundle

3926.1k](/packages/wandi-easyadmin-plus-bundle)[netgen/admin-ui-bundle

Netgen Admin UI implements an alternate administration UI for eZ Platform, based on eZ Publish Legacy administration interface

3325.4k4](/packages/netgen-admin-ui-bundle)[rockys/ex-admin-ui

基于Ant Design of Vue 的PHP通用前端渲染框架Ex-admin UI

254.6k4](/packages/rockys-ex-admin-ui)[rockys/ex-admin-thinkphp

Ex-admin-thinkphp 是一个基于Ant Design of Vue + Thinkphp 开发而成后台系统构建工具，无需关注页面模板JavaScript，只用php代码即可快速构建出一个功能完善的后台系统。

163.0k](/packages/rockys-ex-admin-thinkphp)

PHPackages © 2026

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