PHPackages                             omatech/laravel-monolog-ext - 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. omatech/laravel-monolog-ext

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

omatech/laravel-monolog-ext
===========================

Extension Monolog Logging

1.3.2(6y ago)2620MITPHPPHP &gt;=7.0.0CI failing

Since Jul 26Pushed 6y ago3 watchersCompare

[ Source](https://github.com/omatech/laravel-monolog-ext)[ Packagist](https://packagist.org/packages/omatech/laravel-monolog-ext)[ Docs](https://github.com/omatech/laravel-monolog-ext)[ RSS](/packages/omatech-laravel-monolog-ext/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (5)Versions (12)Used By (0)

Laravel Monolog Extension
=========================

[](#laravel-monolog-extension)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7bfa2fa8749fdfdc6d50d298f920f9667e76036821a3ffb95d7f1cd622a091db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d61746563682f6c61726176656c2d6d6f6e6f6c6f672d6578742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omatech/laravel-monolog-ext)[![Total Downloads](https://camo.githubusercontent.com/4e332217c76e2130c5258c20a53c0bd67cd212814b3be5b51c791c7b585e7021/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6d61746563682f6c61726176656c2d6d6f6e6f6c6f672d6578742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omatech/laravel-monolog-ext)

This package is to send logs of Laravel framework, to different services, now only you can send to `CloudWatch`.

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

[](#installation)

You can install the package via composer:

```
composer require omatech/laravel-monolog-ext
```

Usage
-----

[](#usage)

**CloudWatch**:

First you need to configurate credentials and region settings AWS ( see: [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) ).

In `bootstrap\app.php`, you need to add this:

```
$app->configureMonologUsing(function ($monolog) {
    $logger = App::make(MonologLogging::class);
    $logger->pushHandler($monolog);
});
```

If you want to add another service, you need to publish the config file.

```
php artisan vendor:publish  --provider="Omatech\LaravelMonologExt\LaravelMonologExtServiceProvider"
```

The settings can be found in the generated `config/laravel-monolog-ext.php` configuration file.. Now you have two options:

- APP\_LOG\_DRIVER\_AWS
- APP\_LOG\_DRIVER\_FILE

You need to put true this enviroments if you want to use.

\###CloudWatch

- APP\_LOG\_DRIVER\_AWS: true / false
- APP\_LOG\_DRIVER\_AWS\_GROUP: string
- APP\_LOG\_LEVEL: same options of log level monologging. default: debug
- APP\_LOG\_RETENTION: days. default: 140

\###File

- APP\_LOG\_LEVEL: same options of log level monologging. default: debug

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Cesc Delgado](https://github.com/omacesc)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~12 days

Recently: every ~17 days

Total

11

Last Release

2360d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a6b2440a7864015d71501a9cd77d28bed549c283afdd8d1af95f54b650dc833?d=identicon)[aponscat](/maintainers/aponscat)

---

Top Contributors

[![omacesc](https://avatars.githubusercontent.com/u/1949963?v=4)](https://github.com/omacesc "omacesc (4 commits)")[![lecesc](https://avatars.githubusercontent.com/u/64922064?v=4)](https://github.com/lecesc "lecesc (1 commits)")

---

Tags

omatechlaravel-monolog-ext

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/omatech-laravel-monolog-ext/health.svg)

```
[![Health](https://phpackages.com/badges/omatech-laravel-monolog-ext/health.svg)](https://phpackages.com/packages/omatech-laravel-monolog-ext)
```

###  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)[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)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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