PHPackages                             avtonom/remote-logger-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. avtonom/remote-logger-bundle

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

avtonom/remote-logger-bundle
============================

service logger bundle

v1.1.4(9y ago)1915PHPPHP &gt;=5.3.2

Since Feb 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Avtonom/remote-logger-bundle)[ Packagist](https://packagist.org/packages/avtonom/remote-logger-bundle)[ Docs](https://github.com/Avtonom/remote-logger-bundle)[ RSS](/packages/avtonom-remote-logger-bundle/feed)WikiDiscussions master Synced 2mo ago

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

Sending and storage of log files on a remote server abstract
============================================================

[](#sending-and-storage-of-log-files-on-a-remote-server-abstract)

Page bundle:

#### To Install

[](#to-install)

Run the following in your project root, assuming you have composer set up for your project

```
composer.phar require avtonom/remote-logger-bundle ~1.1
```

Switching `~1.1` for the most recent tag.

Add the bundle to app/AppKernel.php

```
$bundles(
    ...
            new Avtonom\RemoteLoggerBundle\AvtonomRemoteLoggerBundle(),
    ...
```

Configuration configs (config\_(dev|prod).yml):

```
monolog:
    handlers:
        avtonom_remote_logger:
            type:                service
            id:                  avtonom_remote_logger.monolog.handler
            channels: ~
            level: debug
```

Functional buffering in development. There unstable work on the server side:

```
monolog:
    handlers:
        avtonom_remote_logger_buffered:
            type: buffer
            handler: avtonom_remote_logger
            channels: ~
            level: debug
            buffer_size: 10 # strongly depends on the time "%avtonom_remote_logger.writing_timeout%"

```

Configuration options (parameters.yaml):

```
parameters:
    avtonom_remote_logger.token: ~ # 123
    avtonom_remote_logger.remote_host: ~ # server.com
    avtonom_remote_logger.use_ssl: ~ # [OPTIONAL] (def: true)
    avtonom_remote_logger.level: ~ # [OPTIONAL] (def: 100)
    avtonom_remote_logger.bubble: ~ # [OPTIONAL] (def: true)
    avtonom_remote_logger.service: ~ # [OPTIONAL] mobile, my_site.com (def: host)
    avtonom_remote_logger.appname: ~ # [OPTIONAL] cron | js | web | ... (def: web)
    avtonom_remote_logger.environment: ~ # [OPTIONAL] dev | prod | ...
    avtonom_remote_logger.writing_timeout: 10 # [OPTIONAL] (def: 10) Write timed-out, data sent for * seconds
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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 ~14 days

Total

7

Last Release

3296d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/851a2d4f8d02604c04bd2c4331a901e4fc92ed7ec1371cbceafb48c2495efc8c?d=identicon)[avtonomspb](/maintainers/avtonomspb)

---

Tags

bundlelogloggerloggingmonologremotestoragesymfony2logbundleloggingSymfony2storageloggerremotemonolog

### Embed Badge

![Health badge](/badges/avtonom-remote-logger-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/avtonom-remote-logger-bundle/health.svg)](https://phpackages.com/packages/avtonom-remote-logger-bundle)
```

###  Alternatives

[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[logtail/monolog-logtail

Logtail handler for Monolog

233.2M3](/packages/logtail-monolog-logtail)[atrapalo/monolog-elasticsearch

A Monolog handler and formatter that makes use of the elasticsearch/elasticsearch package

1123.0k](/packages/atrapalo-monolog-elasticsearch)

PHPackages © 2026

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