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(7mo ago)01MITPHPCI passing

Since Sep 10Pushed 7mo 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 1mo ago

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

25

—

LowBetter than 37% of packages

Maintenance62

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity26

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

237d 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

233.2M3](/packages/logtail-monolog-logtail)[inpsyde/wonolog

Monolog-based logging package for WordPress.

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

Integration of Monolog into Nette Framework

33684.0k10](/packages/kdyby-monolog)[inpsyde/logzio-monolog

Logz.io integration for Monolog

191.2M1](/packages/inpsyde-logzio-monolog)[mero/yii2-monolog

The Monolog integration for the Yii framework.

42186.1k](/packages/mero-yii2-monolog)[mead-steve/mono-snag

Bugsnag integration for monolog. An abstract handler that sends messages to Bugsnag

20533.2k1](/packages/mead-steve-mono-snag)

PHPackages © 2026

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