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

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

fkeloks/ibexa-logs-ui
=====================

2.4(3y ago)011.0k1[2 PRs](https://github.com/fkeloks/ibexa-logs-ui/pulls)MITPHPPHP &gt;=7.3

Since Jun 28Pushed 2y ago1 watchersCompare

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

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

IbexaLogsUiBundle
[![Build Status](https://camo.githubusercontent.com/4eca7f9229070a5ee561f5d911c1042d1ed4122560f5ea2393c212a6d74fbd66/68747470733a2f2f7472617669732d63692e636f6d2f666b656c6f6b732f69626578612d6c6f67732d75692e7376673f6272616e63683d6d61696e)](https://travis-ci.com/fkeloks/ibexa-logs-ui)[![PHP Version Require](https://camo.githubusercontent.com/4276f828003f8bbed3874968aa0d7f57c803ccba43133bb3cb137fa0609a7ca0/687474703a2f2f706f7365722e707567782e6f72672f666b656c6f6b732f69626578612d6c6f67732d75692f726571756972652f706870)](https://packagist.org/packages/fkeloks/ibexa-logs-ui)[![Version](https://camo.githubusercontent.com/d5502f37fb005f40f6b068140cf87bef93c1b439b1034319cc497e0be9bd7636/687474703a2f2f706f7365722e707567782e6f72672f666b656c6f6b732f69626578612d6c6f67732d75692f76657273696f6e)](https://packagist.org/packages/fkeloks/ibexa-logs-ui)[![License](https://camo.githubusercontent.com/73aae102257d031a22ea16676eead8ff7c0f16ad043fe4b907e848e53591d01b/687474703a2f2f706f7365722e707567782e6f72672f666b656c6f6b732f69626578612d6c6f67732d75692f6c6963656e7365)](https://packagist.org/packages/fkeloks/ibexa-logs-ui)
==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#ibexalogsuibundle)

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

[![Screenshot of IbexaLogsUiBundle](snapshot.jpg)](snapshot.jpg)

**Details**:

- Author: Florian Bouché
- Licence: MIT

**Available translations**:

- en (English)
- fr (French)

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

[](#requirements)

- php: &gt;=7.3
- ibexa: 3.3.\*

⚠️ 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/ibexa-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)

Add `IbexaLogsUi\Bundle\IbexaLogsUiBundle::class => ['dev' => true]`, in the `config/bundles.php` file, just before the `EzPlatformAdminUiBundle` line.

Like this:

```
