PHPackages                             hungthai1401/laravel-roadrunner-logger - 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. hungthai1401/laravel-roadrunner-logger

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

hungthai1401/laravel-roadrunner-logger
======================================

A Laravel logger wrapper for RoadRunner app-logger

v1.0.0(11mo ago)2167MITPHPPHP ^8.1

Since May 21Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/hungthai1401/laravel-roadrunner-logger)[ Packagist](https://packagist.org/packages/hungthai1401/laravel-roadrunner-logger)[ RSS](/packages/hungthai1401-laravel-roadrunner-logger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Laravel RoadRunner Logger
=========================

[](#laravel-roadrunner-logger)

A Laravel logger wrapper for the RoadRunner app-logger, allowing seamless integration of RoadRunner's logging capabilities into your Laravel application.

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Laravel 9.x or higher
- RoadRunner app-logger 1.0 or higher

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

[](#installation)

You can install the package via Composer:

```
composer require hungthai1401/laravel-roadrunner-logger
```

Usage
-----

[](#usage)

### Configuration

[](#configuration)

After installation, you can set RoadRunner RPC address in your `.env` file, or use the default value `tcp://127.0.0.1:6001`:

```
RR_RPC=...
```

### Logging

[](#logging)

You can use the logger in your Laravel application by specifying the 'roadrunner' channel:

```
logger('rr')->info('This is an info message');
```

Or directly via the Log facade:

```
use Illuminate\Support\Facades\Log;

Log::channel('rr')->error('An error occurred');
```

Testing
-------

[](#testing)

```
composer test:unit
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance50

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

357d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d5f59d09234e607b58b41512746b2cc9ba697d85486d9012a762aaf739aa30da?d=identicon)[hungthai1401](/maintainers/hungthai1401)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/hungthai1401-laravel-roadrunner-logger/health.svg)

```
[![Health](https://phpackages.com/badges/hungthai1401-laravel-roadrunner-logger/health.svg)](https://phpackages.com/packages/hungthai1401-laravel-roadrunner-logger)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[beyondcode/laravel-server-timing

Add Server-Timing header information from within your Laravel apps.

5712.0M1](/packages/beyondcode-laravel-server-timing)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[label84/laravel-auth-log

Log user authentication actions in Laravel.

3654.0k](/packages/label84-laravel-auth-log)

PHPackages © 2026

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