PHPackages                             minhyung/monolog-synology - 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. minhyung/monolog-synology

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

minhyung/monolog-synology
=========================

Monolog handler for Synology

0.2.0(9mo ago)01MITPHPCI passing

Since Sep 10Pushed 9mo agoCompare

[ Source](https://github.com/overworks/monolog-synology)[ Packagist](https://packagist.org/packages/minhyung/monolog-synology)[ RSS](/packages/minhyung-monolog-synology/feed)WikiDiscussions 0.x Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

Monolog Synology Handler
========================

[](#monolog-synology-handler)

A Monolog handler for sending log messages to Synology Chat via incoming webhooks.

Features
--------

[](#features)

- Send logs from your PHP application directly to Synology Chat
- Custom formatter for structured JSON messages
- Built on top of [Monolog](https://github.com/Seldaek/monolog)

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

[](#installation)

Install via Composer:

```
composer require minhyung/monolog-synology
```

Usage
-----

[](#usage)

```
use Minhyung\Monolog\SynologyChatHandler;
use Monolog\Logger;

$webhookUrl = 'https://your-synology-chat-webhook-url';
$logger = new Logger('synology');
$handler = new SynologyChatHandler($webhookUrl);
$logger->pushHandler($handler);

$logger->info('This is a test message sent to Synology Chat!');
```

### Handler Options

[](#handler-options)

- **$url** (string): Synology Chat incoming webhook URL (required)
- **$ignoreFailure** (bool): If true, exceptions during sending will be ignored (default: false)
- **$level**: Minimum logging level (default: `Logger::DEBUG`)
- **$bubble**: Whether messages bubble up the stack (default: true)

Formatter
---------

[](#formatter)

The handler uses a custom formatter (`SynologyChatFormatter`) that encodes log records as JSON strings for Synology Chat.

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE) for details.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance56

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity27

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.

###  Release Activity

Cadence

Every ~4 days

Total

3

Last Release

290d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/381cd0165a6aa9f238950dc1ae39f15a2b01a3dc33c111cd0fc1b12ab4259100?d=identicon)[lostland](/maintainers/lostland)

---

Top Contributors

[![overworks](https://avatars.githubusercontent.com/u/2780002?v=4)](https://github.com/overworks "overworks (5 commits)")

---

Tags

logginghandlermonologsynology

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/minhyung-monolog-synology/health.svg)

```
[![Health](https://phpackages.com/badges/minhyung-monolog-synology/health.svg)](https://phpackages.com/packages/minhyung-monolog-synology)
```

###  Alternatives

[logtail/monolog-logtail

Logtail handler for Monolog

243.6M3](/packages/logtail-monolog-logtail)[naoray/laravel-github-monolog

Log driver to store logs as github issues

10823.1k](/packages/naoray-laravel-github-monolog)[open-telemetry/opentelemetry-logger-monolog

OpenTelemetry Monolog handler.

102.2M20](/packages/open-telemetry-opentelemetry-logger-monolog)[jacklul/monolog-telegram

Monolog handler that sends logs through Telegram bot to any chat in HTML format

2471.4k2](/packages/jacklul-monolog-telegram)[alexandre-daubois/monolog-processor-collection

A collection of Monolog processors

1317.1k](/packages/alexandre-daubois-monolog-processor-collection)

PHPackages © 2026

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