PHPackages                             kmi/system-information-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. kmi/system-information-bundle

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

kmi/system-information-bundle
=============================

Simple sonata admin bundle for system information

1.2.3(4y ago)02.2k1[1 PRs](https://github.com/jackd248/SystemInformationBundle/pulls)MITPHPPHP ^7.4 || ^8.0

Since Nov 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jackd248/SystemInformationBundle)[ Packagist](https://packagist.org/packages/kmi/system-information-bundle)[ RSS](/packages/kmi-system-information-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (18)Used By (0)

System Information Bundle
=========================

[](#system-information-bundle)

[![Settings](./docs/img/settings.svg)](./docs/img/settings.svg)

Simple Sonata Admin bundle to get a system information overview.

[![Screenshot](docs/img/screenshot-system-overview.png "Screenshot")](docs/img/screenshot-system-overview.png)

This bundle combines the functionalities of the following bundles and displays the aggregated information within the backend:

- [LiipMonitorBundle](https://github.com/liip/LiipMonitorBundle)
- [Symfony Requirements Checker](https://github.com/symfony/requirements-checker)

Install
-------

[](#install)

Follow the steps to enable the system information overview in the sonata backend.

### Composer

[](#composer)

Install bundle via composer

```
$ composer require kmi/system-information-bundle
```

### Routing

[](#routing)

Add a routing entry in `config/routes/kmi_system_information.yaml`

```
kmi_system_information:
  resource: "@SystemInformationBundle/Resources/config/routing.yaml"
```

Extend the file with the routing definition of the LiipMonitorBundle

```
_monitor:
  resource: "@LiipMonitorBundle/Resources/config/routing.xml"
  prefix: /monitor/health
```

### Templates

[](#templates)

Add a twig entry in `config/packages/twig.yaml`

```
paths:
  '%kernel.project_dir%/vendor/kmi/system-information-bundle/src/Resources/views': SystemInformationBundle
```

### Sonata Admin Menu

[](#sonata-admin-menu)

Add optionally a sonata admin menu entry in `config/packages/sonata_admin.yaml` or use the system indicator twig extension (see below)

```
sonata_admin:
    dashboards:
        groups:
            app.admin.group.system:
                label: 'System'
                icon: ''
                roles: ['ROLE_SUPER_ADMIN']
                on_top: true
                items:
                    - route: kmi_system_information_overview
                      label: System
```

### Assets

[](#assets)

Install the bundle assets

```
$ php bin/console assets:install
$ php bin/console cache:clear
```

### Register checks

[](#register-checks)

Configure [LiipMonitorBundle](https://github.com/liip/LiipMonitorBundle) in `config/packages/monitor.yaml`.

See an example in [monitor.yaml](docs/examples/monitor.yaml)

### Ready

[](#ready)

Access the system overview page `/admin/system`.

Twig Extensions
---------------

[](#twig-extensions)

The bundle comes with several twig extensions

### System Indicator

[](#system-indicator)

The system indicator twig extension gives you a short overview about the system status in the sonata header:

[![Screenshot](docs/img/screenshot-system-indicator.png "Screenshot System Indicator")](docs/img/screenshot-system-indicator.png)

Extend the Sonata Admin `standard_layout.html.twig` to enable the twig function in the backend header:

```
{% block sonata_top_nav_menu %}

                {{ system_information_indicator()|raw }}

{% endblock %}
```

### App Version

[](#app-version)

Displays the application version defined in the `composer.json` file:

```
{{ version() }}
```

### Environment Indicator

[](#environment-indicator)

The environment indicator gives you a fast indicator about the current environment:

[![Screenshot](docs/img/screenshot-environment.png "Screenshot Environment")](docs/img/screenshot-environment.png)

Extend the Sonata Admin `standard_layout.html.twig` to enable the twig function in the backend header:

```
{% extends '@!SonataAdmin/standard_layout.html.twig' %}
{% block sonata_breadcrumb %}

        {{ environment()|raw }}

    {{ parent() }}
{% endblock %}
```

Extend the Sonata User `login.html.twig` to enable the twig function in the login screen:

```
{% extends '@!SonataUser/Admin/Security/login.html.twig' %}

{% block sonata_wrapper %}
    {{ parent() }}

        {{ environment()|raw }}

{% endblock sonata_wrapper %}
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~10 days

Recently: every ~33 days

Total

16

Last Release

1499d ago

Major Versions

0.1.4 → 1.0.02021-11-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/11557705846f24da32a0e6e75c460db505c1b847f081ddaa3d27f3ea27f4097b?d=identicon)[konradmichalik](/maintainers/konradmichalik)

---

Top Contributors

[![tgaertner](https://avatars.githubusercontent.com/u/2931506?v=4)](https://github.com/tgaertner "tgaertner (3 commits)")

### Embed Badge

![Health badge](/badges/kmi-system-information-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kmi-system-information-bundle/health.svg)](https://phpackages.com/packages/kmi-system-information-bundle)
```

###  Alternatives

[yokai/sonata-workflow

Integrate Symfony workflow component in Sonata Admin

23372.9k](/packages/yokai-sonata-workflow)[picoss/sonata-extra-admin-bundle

Sonata Extra admin features

1962.3k](/packages/picoss-sonata-extra-admin-bundle)[pirasterize/sonata-form-builder

A drag&amp;drop form builder for sonata admin

192.9k](/packages/pirasterize-sonata-form-builder)

PHPackages © 2026

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