PHPackages                             rouda/monolog-handler - 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. rouda/monolog-handler

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

rouda/monolog-handler
=====================

Implement the logging of your application into the rouda.online dashboard.

0136PHP

Since Nov 27Pushed 1y agoCompare

[ Source](https://github.com/RoudaDev/monolog-handler)[ Packagist](https://packagist.org/packages/rouda/monolog-handler)[ RSS](/packages/rouda-monolog-handler/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Monolog Integration for Rouda.online Dashboard
==================================================

[](#php-monolog-integration-for-roudaonline-dashboard)

This package provides an integration for the Monolog logging library to send logs from your PHP application to your Rouda.online dashboard. By using this package, you can easily monitor and analyze your application's logs in real-time through the Rouda.online interface.

Features
--------

[](#features)

- Seamless integration with Monolog
- Real-time log monitoring on Rouda.online dashboard
- Easy setup and configuration

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

[](#installation)

To install this package, you can use Composer:

```
composer require rouda/monolog-handler

```

To use this package as a logging channel in Laravel, you need to add the following code to the `logging.php` configuration file:

```
 'logentries' => [
     'driver'  => 'monolog',
     'handler' => rouda\monologHandler\ApiLogger::class,
     'with' => [
         'authToken' => 'string',
         'environmentId' => 'string',
     ],
 ],

```

This configuration sets up a custom logging channel named 'logentries' using the Monolog library's SyslogUdpHandler. Replace 'authToken', 'applicationId' and 'applicationEnv' with the appropriate details found in your rouda.online dashboard.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

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://avatars.githubusercontent.com/u/45071955?v=4)[Rubin Nederlof](/maintainers/RubinNederlof)[@RubinNederlof](https://github.com/RubinNederlof)

### Embed Badge

![Health badge](/badges/rouda-monolog-handler/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M342](/packages/open-telemetry-sdk)

PHPackages © 2026

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