PHPackages                             inextensodigital/logger-extra-library - 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. inextensodigital/logger-extra-library

AbandonedArchivedLibrary

inextensodigital/logger-extra-library
=====================================

Logger extra useful library

1.3.1(7y ago)116.2k5PHPPHP &gt;=5.5

Since Sep 20Pushed 7y ago10 watchersCompare

[ Source](https://github.com/inextensodigital/logger-extra-library)[ Packagist](https://packagist.org/packages/inextensodigital/logger-extra-library)[ RSS](/packages/inextensodigital-logger-extra-library/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Xeonys Logger Extra
===================

[](#xeonys-logger-extra)

- Add extra data to logs
- ELK stack default configuration

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

[](#installation)

composer.json

```
    "require": {
        "graylog2/gelf-php": "~1.4",
        "inextensodigital/logger-extra-library": "~1.0"
    }
```

AppKernel

```
$bundles[] = new Xeonys\LoggerExtra\App\Bundle\XeonysLoggerExtraBundle();
```

config.yml

```
xeonys_logger_extra:
    fields:
        app_name:     app_name #your application name.
        app_env:      %xeonys.logger_extra.app_env%
        server_stack: %xeonys.logger_extra.server_stack%
```

config\_prod.yml

```
imports:
    - { resource: config.yml }
    - { resource: "@XeonysLoggerExtraBundle/Resources/config/monolog_gelf.yml" }
```

parameters.yml

```
    xeonys.elk.gelf.host: elkdomain.tld
    xeonys.elk.gelf.port: 12201 # in local environment, use a different port, to not polluate elk.
    xeonys.logger_extra.app_env: prod
    xeonys.logger_extra.server_stack: local

```

**Do you deal with long process or subprocess which needs finger crossed passthruLevel reinitialized ?**

```
protected function execute(InputInterface $input, OutputInterface $output)
{
    $logger          = $this->getContainer()->get('logger');
    $subprocessScope = $this->getContainer()->get('xeonys.logger_extra.sub_process_scope');

    for ($i = 1; $i enter();

        $logger->debug("Begin process($i)");

        try {
            // do something
            $logger->debug("It is ok !!! ($i)");
        } catch (\Exception $e) {
            $logger->critical("Error on ($i)");
        }

        $logger->debug("End process($i)");
    }
}

```

Imagine we have an error on 3rd $i iteration:

**Before**:

You'll have EACH lines logged, because 3rd thrown an error.

**Now**:

You'll have:

```
[debug] Begin process (3)
[critical] Error in ($3)
[debug] end process (3)

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 53.8% 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 ~123 days

Recently: every ~111 days

Total

6

Last Release

2904d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47c3006a9e7662031ee9d3fa064238fef88479fd7d60f18dd47f038fbbd7dc5a?d=identicon)[steph\_py](/maintainers/steph_py)

---

Top Contributors

[![stephpy](https://avatars.githubusercontent.com/u/232744?v=4)](https://github.com/stephpy "stephpy (7 commits)")[![mtrudu](https://avatars.githubusercontent.com/u/10370955?v=4)](https://github.com/mtrudu "mtrudu (4 commits)")[![aubryfr](https://avatars.githubusercontent.com/u/2647490?v=4)](https://github.com/aubryfr "aubryfr (1 commits)")[![Gui11aum3](https://avatars.githubusercontent.com/u/21953442?v=4)](https://github.com/Gui11aum3 "Gui11aum3 (1 commits)")

---

Tags

legacylibraryphp

### Embed Badge

![Health badge](/badges/inextensodigital-logger-extra-library/health.svg)

```
[![Health](https://phpackages.com/badges/inextensodigital-logger-extra-library/health.svg)](https://phpackages.com/packages/inextensodigital-logger-extra-library)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29733.3k](/packages/sulu-skeleton)

PHPackages © 2026

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