PHPackages                             loghouse-io/loghouse-symfony - 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. loghouse-io/loghouse-symfony

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

loghouse-io/loghouse-symfony
============================

00PHP

Since Sep 29Pushed 4y ago2 watchersCompare

[ Source](https://github.com/loghouse-io/loghouse-symfony)[ Packagist](https://packagist.org/packages/loghouse-io/loghouse-symfony)[ RSS](/packages/loghouse-io-loghouse-symfony/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c92dfb4e189d38e480ae6264fc868b1006ba5b725122d5d3d7f383550167b30e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f67686f7573652d696f2f6c6f67686f7573652d73796d666f6e792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/loghouse-io/loghouse-symfony)[![Total Downloads](https://camo.githubusercontent.com/46c63256df4f787bae4ec19b70f4bd180d47dd55a3c1d10c601c3cf621e19d37/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6f67686f7573652d696f2f6c6f67686f7573652d73796d666f6e792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/loghouse-io/loghouse-symfony)

LogHouse is a logging management system that allows you to store hundreds of gigabytes of logs with almost no configuration and with blazing fast ingestion and querying speed.

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

[](#installation)

You can install the package via composer:

```
composer require loghouse-io/loghouse-symfony
```

Usage
-----

[](#usage)

1. You need to add 2 parameters to the .env file

```
LOGHOUSE_SYMFONY_ACCESS_TOKEN=${LOGHOUSE_SYMFONY_ACCESS_TOKEN}
LOGHOUSE_SYMFONY_BUCKET_ID=${LOGHOUSE_SYMFONY_BUCKET_ID}

```

2. You must register a new service in services.yaml

```
#services.yaml
services:
    ...
    LoghouseIo\LoghouseSymfony\Handlers\LoghouseSymfonyHandler:
            arguments:
                $accessToken: '%env(LOGHOUSE_SYMFONY_ACCESS_TOKEN)%'
                $bucketId: '%env(LOGHOUSE_SYMFONY_BUCKET_ID)%'
```

3. And then set up a new handler in monolog.yaml

```
#monolog.yaml
monolog:
    ...
    handlers:
        ...
        loghouse:
            type: service
            id: LoghouseIo\LoghouseSymfony\Handlers\LoghouseSymfonyHandler
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/26fba8d5b1f074fda624306a52e022e2206fcbf464b73e465ada28b1819263a5?d=identicon)[loghouse](/maintainers/loghouse)

---

Top Contributors

[![solovyev-denis](https://avatars.githubusercontent.com/u/19546848?v=4)](https://github.com/solovyev-denis "solovyev-denis (3 commits)")

### Embed Badge

![Health badge](/badges/loghouse-io-loghouse-symfony/health.svg)

```
[![Health](https://phpackages.com/badges/loghouse-io-loghouse-symfony/health.svg)](https://phpackages.com/packages/loghouse-io-loghouse-symfony)
```

###  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)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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