PHPackages                             beberlei/loggly-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. beberlei/loggly-bundle

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

beberlei/loggly-bundle
======================

Bundle for Symfony2 that extends Monolog for Loggly support

v0.0.1(13y ago)1413.7k6[1 issues](https://github.com/beberlei/WhitewashingLogglyBundle/issues)BSD-2-ClausePHP

Since Jul 7Pushed 12y agoCompare

[ Source](https://github.com/beberlei/WhitewashingLogglyBundle)[ Packagist](https://packagist.org/packages/beberlei/loggly-bundle)[ RSS](/packages/beberlei-loggly-bundle/feed)WikiDiscussions master Synced 3w ago

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

LogglyBundle
============

[](#logglybundle)

```
Bundle is not maintained anymore, but mostly works because of its simplicity.

```

[Loggly](http://loggly.com/) handler for [Monolog](https://github.com/Seldaek/monolog) as a Symfony bundle.

The bundle is inspired from [Monologgly](https://github.com/pradador/Monologgly)

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

[](#installation)

Deps

```
[WhitewashingLogglyBundle]
    git=https://github.com/beberlei/WhitewashingLogglyBundle.git
    target=/bundles/Whitewashing/Bundle/LogglyBundle

```

Kernel

```
$bundles = array(
    //..
    new Whitewashing\Bundle\LogglyBundle\WhitewashingLogglyBundle(),
);

```

Autoload:

```
$loader->registerNamespaces(array(
    //..
    'Whitewashing' => __DIR__.'/../vendor/bundles',
));

```

Configuration
-------------

[](#configuration)

Configure Monolog

```
monolog:
    handlers:
        main:
            type:         fingers_crossed
            action_level: error
            handler:      loggly
        loggly:
            type: service
            id: whitewashing_loggly.monolog_handler

```

Configure Loggly:

```
whitewashing_loggly:
    # Loggly input key
    key: abcdefg

    # Loggly API host
    host: logs.loggly.com

    # Loggly API port (443 for HTTPS, 80 for HTTP)
    port: 443

    # Level to be logged (defaults to DEBUG)
    level: DEBUG

    bubble: true

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

5100d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/892698bb1d3f6dae0e3a44abe3e26920ddb4eb000c6c583c87b4db5e5027e166?d=identicon)[beberlei](/maintainers/beberlei)

---

Top Contributors

[![beberlei](https://avatars.githubusercontent.com/u/26936?v=4)](https://github.com/beberlei "beberlei (16 commits)")[![bradley-holt](https://avatars.githubusercontent.com/u/89264?v=4)](https://github.com/bradley-holt "bradley-holt (1 commits)")[![frosas](https://avatars.githubusercontent.com/u/50098?v=4)](https://github.com/frosas "frosas (1 commits)")[![OleMchls](https://avatars.githubusercontent.com/u/584259?v=4)](https://github.com/OleMchls "OleMchls (1 commits)")

### Embed Badge

![Health badge](/badges/beberlei-loggly-bundle/health.svg)

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

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M517](/packages/shopware-core)[sulu/skeleton

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

29734.8k](/packages/sulu-skeleton)[rollbar/rollbar-php-symfony-bundle

Bundle for Symfony that integrates Rollbar tracker

281.4M](/packages/rollbar-rollbar-php-symfony-bundle)[macpaw/sentry-monolog-adapter

Sentry monolog logging bundle

25238.5k](/packages/macpaw-sentry-monolog-adapter)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[authbucket/oauth2-symfony-bundle

Symfony OAuth2Bundle

829.8k1](/packages/authbucket-oauth2-symfony-bundle)

PHPackages © 2026

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