PHPackages                             so/logboard-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. so/logboard-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

so/logboard-bundle
==================

Log Reporting Dashboard for Symfony2

v1.4(12y ago)76313MITPHP

Since Dec 4Pushed 11y ago5 watchersCompare

[ Source](https://github.com/SofHad/LogboardBundle)[ Packagist](https://packagist.org/packages/so/logboard-bundle)[ Docs](https://github.com/SofHad/LogboardBundle)[ RSS](/packages/so-logboard-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/16af786792d152bc78109ec72cbd7f896a622b247c78d30a3ce5522631fedbb1/68747470733a2f2f7472617669732d63692e6f72672f536f664861642f4c6f67626f61726442756e646c652e706e673f6272616e63683d6d61737465722c646576)](https://travis-ci.org/SofHad/LogboardBundle)

#### Log Reporting Dashboard for Symfony2

[](#log-reporting-dashboard-for-symfony2)

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

[](#installation)

Add this in your `composer.json`

```
"require-dev": {
    [...]
    "so/logboard-bundle": "1.4.*@dev"
},

```

And run `php composer.phar update so/logboard-bundle`

#### Register the bundle in your AppKernel (`app/AppKernel.php`)

[](#register-the-bundle-in-your-appkernel-appappkernelphp)

Most of the time, we need this bundle to be only activated in the `dev` environment

```
[...]
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    [...]
    $bundles[] = new So\LogboardBundle\LogboardBundle();
}

```

#### Configuration file

[](#configuration-file)

- Create a new file logboard.yml in app/config directory and import it into config\_dev.yml
- Copy/Paste the default configuration and adapt it to your environment

    See the default configuration here: [https://github.com/SofHad/LogboardBundle/blob/master/Resources/config/Logboard\_config\_default.yml](https://github.com/SofHad/LogboardBundle/blob/master/Resources/config/Logboard_config_default.yml)

Screenshot
----------

[](#screenshot)

Here is a quick look at the log reporting dashboard:

[![Screenshot](Resources/assets/screen_view1.png)](Resources/assets/screen_view1.png)[![Screenshot](Resources/assets/screen_view2.png)](Resources/assets/screen_view2.png)[![Screenshot](Resources/assets/screen_view3.png)](Resources/assets/screen_view3.png)

\##License

This bundle is available under the [MIT license](Resources/meta/LICENSE).

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 71.1% 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 ~41 days

Total

3

Last Release

4461d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc68c95b8c8319ce647cf5293965b842d52965501f2ca6e24ad5b1500f479ff8?d=identicon)[SofHad](/maintainers/SofHad)

---

Top Contributors

[![SofHad](https://avatars.githubusercontent.com/u/1835430?v=4)](https://github.com/SofHad "SofHad (167 commits)")[![shaddag92](https://avatars.githubusercontent.com/u/90033507?v=4)](https://github.com/shaddag92 "shaddag92 (64 commits)")[![Ghinks-dev](https://avatars.githubusercontent.com/u/5665270?v=4)](https://github.com/Ghinks-dev "Ghinks-dev (4 commits)")

---

Tags

profilerloggerdashboard loglogboard bundle

### Embed Badge

![Health badge](/badges/so-logboard-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/so-logboard-bundle/health.svg)](https://phpackages.com/packages/so-logboard-bundle)
```

###  Alternatives

[blackfire/php-sdk

Blackfire.io PHP SDK

15912.6M28](/packages/blackfire-php-sdk)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3451.5M24](/packages/analog-analog)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[amphp/log

Non-blocking logging for PHP based on Amp, Revolt, and Monolog.

402.6M70](/packages/amphp-log)

PHPackages © 2026

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