PHPackages                             norbis/laravel-advanced-log - 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. norbis/laravel-advanced-log

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

norbis/laravel-advanced-log
===========================

Extended Laravel LogManager with additional drivers

1.0.0(5y ago)0120unlicensePHPPHP ^7.3|^8.0

Since Mar 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/norbis/laravel-advanced-log)[ Packagist](https://packagist.org/packages/norbis/laravel-advanced-log)[ RSS](/packages/norbis-laravel-advanced-log/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Advanced Laravel LogManager
===========================

[](#advanced-laravel-logmanager)

Extended LogManager with additional Monolog drivers

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

[](#installation)

```
composer require norbis/laravel-advanced-log
```

Telegram channel
----------------

[](#telegram-channel)

Define Telegram Bot Token and chat id (users telegram id) and set as environment parameters. Add to **.env**

```
TELEGRAM_BOT_APIKEY=id:token
TELEGRAM_BOT_CHAT_ID=chat_id

```

```
'telegram' => [
    'driver' => 'telegram',
    'apiKey' => env('TELEGRAM_BOT_APIKEY'),
    'channel' => env('TELEGRAM_BOT_CHAT_ID'),
    //default debug
    'level'  => 'debug',
    //default true
    'bubble' => true,
    //default HTML
    'parseMode' => 'HTML',
    //default false
    'disableWebPagePreview' => false,
    //default false
    'disableNotification' => false,
],
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

1949d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/666026?v=4)[Norbis](/maintainers/Norbis)[@norbis](https://github.com/norbis)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/norbis-laravel-advanced-log/health.svg)

```
[![Health](https://phpackages.com/badges/norbis-laravel-advanced-log/health.svg)](https://phpackages.com/packages/norbis-laravel-advanced-log)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[open-telemetry/opentelemetry-auto-laravel

OpenTelemetry auto-instrumentation for Laravel

592.7M9](/packages/open-telemetry-opentelemetry-auto-laravel)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14845.8k1](/packages/guanguans-laravel-exception-notify)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

771.7k](/packages/nightowl-agent)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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