PHPackages                             coderockr/silex-application-log - 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. coderockr/silex-application-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

coderockr/silex-application-log
===============================

Application log

54492PHP

Since Jul 27Pushed 8y ago4 watchersCompare

[ Source](https://github.com/Coderockr/silex-application-log)[ Packagist](https://packagist.org/packages/coderockr/silex-application-log)[ RSS](/packages/coderockr-silex-application-log/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Codacy Badge](https://camo.githubusercontent.com/6a328d0aa9b70b52b56fa47ebbbe492eea0c2f57e075ad3d12dd8b8ed6f61cc6/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f3834636137643032353163623462653861653831396164613765393733313138)](https://www.codacy.com/app/eminetto/silex-application-log)

Silex Application Log
=====================

[](#silex-application-log)

### Require

[](#require)

`"silex/silex": "v1.3.4"` and `"monolog/monolog": "^1.17"`

### Install

[](#install)

```
php composer.phar require coderockr/silex-application-log

```

### Configuration

[](#configuration)

Keys `processor`, `streamHandler`, `slackHandler` and `logglyHandler` opcional

```
$config = [
    'config' => [
        'applicationLog' => [
            'name' => 'Name You Log',
            'processor' => [ //opcional
                'Monolog\Processor\IntrospectionProcessor',
                'Monolog\Processor\MemoryUsageProcessor',
                'Monolog\Processor\ProcessIdProcessor',
                'Monolog\Processor\WebProcessor',
            ],
            'streamHandler' => [
                'stream' => 'path/to/application.log',
                'level' => 'DEBUG', //opcional
                'bubble' => true, //opcional
                'filePermission' => null, //opcional
                'useLocking' => false //opcional
            ],
            'slackHandler' => [
                'token' => '1234567890',
                'channel' => '#tests',
                'username' => 'tests', //opcional
                'useAttachment' => 'attach user', //opcional
                'iconEmoji' => ':sweat:', //opcional
                'level' => 'CRITICAL', //opcional
                'bubble' => true, //opcional
                'useShortAttachment' => false, //opcional
                'includeContextAndExtra' => false //opcional
            ],
            'logglyHandler' => [
                'token' => '1234567890',
                'level' => 'ERROR', //opcional
                'bubble' => true //opcional
            ],
            'sentryHandler' => [
                'token' => '1234567890',
                'level' => 'ERROR', //opcional
            ],
        ]
    ]
];

```

### Usage

[](#usage)

```
$app = new Application();
$app->register(new \ApplicationLog\Provider\ApplicationLog(), $config);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.3% 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.

### Community

Maintainers

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

---

Top Contributors

[![juizmill](https://avatars.githubusercontent.com/u/1959742?v=4)](https://github.com/juizmill "juizmill (8 commits)")[![eminetto](https://avatars.githubusercontent.com/u/197939?v=4)](https://github.com/eminetto "eminetto (6 commits)")[![thecodenation](https://avatars.githubusercontent.com/u/28788500?v=4)](https://github.com/thecodenation "thecodenation (1 commits)")

### Embed Badge

![Health badge](/badges/coderockr-silex-application-log/health.svg)

```
[![Health](https://phpackages.com/badges/coderockr-silex-application-log/health.svg)](https://phpackages.com/packages/coderockr-silex-application-log)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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