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.

0118PHP

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 1mo ago

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

16

—

LowBetter than 5% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity16

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://www.gravatar.com/avatar/1c8102901b97136b5565d0adc7ae16dff00fcefcfa654f7ec8aae53f6ac14834?d=identicon)[RubinNederlof](/maintainers/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.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)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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