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

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

josrom/laravel-logger
=====================

ChannelLog: Custom logger to laravel

0.1.2(8y ago)03.1kMITPHPPHP &gt;=5.5

Since Jul 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/JoseVte/laravel-logger)[ Packagist](https://packagist.org/packages/josrom/laravel-logger)[ RSS](/packages/josrom-laravel-logger/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (10)Used By (0)

Laravel 5.x ChannelLog
----------------------

[](#laravel-5x-channellog)

[![Total Downloads](https://camo.githubusercontent.com/5643037ee074bc60958c8fdb803facd076f502d6704bae691cbff596d56d430d/68747470733a2f2f706f7365722e707567782e6f72672f6a6f73726f6d2f6c61726176656c2d6c6f676765722f642f746f74616c2e737667)](https://packagist.org/packages/josrom/laravel-logger)[![Latest Stable Version](https://camo.githubusercontent.com/de1ba79e0522e183500503bb1a28198e80290177357711c9bf497932cf571333/68747470733a2f2f706f7365722e707567782e6f72672f6a6f73726f6d2f6c61726176656c2d6c6f676765722f762f737461626c652e737667)](https://packagist.org/packages/josrom/laravel-logger)[![License](https://camo.githubusercontent.com/83ae3d7320996356c37d521e8eb085d6603c2e4c8fb11ace3ff5af85dffaabbd/68747470733a2f2f706f7365722e707567782e6f72672f6a6f73726f6d2f6c61726176656c2d6c6f676765722f6c6963656e73652e737667)](https://packagist.org/packages/josrom/laravel-logger)

### Introduction

[](#introduction)

ChannelLog provides a feature to log in different files.

### Installation

[](#installation)

To get the last version of ChannelLog, simply require the project using [Composer](https://getcomposer.org/):

```
composer require josrom/laravel-logger
```

Instead, you may of course manually update your require block and run composer update if you so choose:

```
{
    "require": {
        "josrom/laravel-logger": "0.1.*"
    }
}
```

Add the service provider and alias to `config/app.php` file:

```
'providers' => [
    // Other Service Providers

    Laravel\ChannelLog\ChannelLogServiceProvider::class,
],

'aliases' => [
    // Other Alias

    'ChannelLog' => \Laravel\ChannelLog\ChannelLog::class,
],
```

After to set up the provider, copy the default config file from the package using the `vendor:publish` artisan command:

```
php artisan vendor:publish --provider="Laravel\ChannelLog\ChannelLogServiceProvider"
```

### Usage

[](#usage)

Edit the config to add new logs, channels and extras:

```
    'error' => [
        'path' => 'logs/laravel-error.log',
        'level' => \Monolog\Logger::ERROR,
    ],
    'info' => [
        'path' => 'logs/laravel-info.log',
        'level' => \Monolog\Logger::INFO,
        'extras' => ['internet-provider'],
    ],
```

#### Extras availables

[](#extras-availables)

- Internet provider: `internet-provider`

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Every ~33 days

Recently: every ~65 days

Total

9

Last Release

2962d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2277596?v=4)[Jose Romero](/maintainers/Josrom)[@josrom](https://github.com/josrom)

---

Top Contributors

[![JoseVte](https://avatars.githubusercontent.com/u/3540836?v=4)](https://github.com/JoseVte "JoseVte (10 commits)")

---

Tags

laravellogging

### Embed Badge

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

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

###  Alternatives

[marvinlabs/laravel-discord-logger

Logging to a discord channel in Laravel

2081.1M2](/packages/marvinlabs-laravel-discord-logger)[hosmelq/laravel-logsnag

Integrate the power of LogSnag's real-time event tracking into your Laravel application.

237.9k](/packages/hosmelq-laravel-logsnag)

PHPackages © 2026

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