PHPackages                             gazatem/dblogger - 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. gazatem/dblogger

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

gazatem/dblogger
================

A Laravel package, helps to log into database and send email alerts

v0.2(10y ago)5781MITPHPPHP &gt;=5.5.0

Since Feb 13Pushed 9y ago2 watchersCompare

[ Source](https://github.com/kemalyen/dblogger)[ Packagist](https://packagist.org/packages/gazatem/dblogger)[ RSS](/packages/gazatem-dblogger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (5)Used By (1)

This package has been renamed and moved to Glog
-----------------------------------------------

[](#this-package-has-been-renamed-and-moved-to-glog)

I've decided to put Gui and library into a standalone package. This will be helpful for development and testing.

### A Log Handler for Monolog and Laravel PHP Framework

[](#a-log-handler-for-monolog-and-laravel-php-framework)

### Installation

[](#installation)

Add the following to your composer.json and run `composer update`

```
{
    "require": {
        "gazatem/dblogger": "dev-master"
    }
}
```

Don't forget to dump composer autoload

```
composer dump-autoload
```

Open your config/app.php add following line in the providers array

```
Gazatem\DBLogger\DBLoggerServiceProvider::class
```

Then in your bootstrap/app.php add / update your Monolog configiuration.

```
$app->configureMonologUsing(function ($monolog) {
    $monolog->pushHandler(new \Gazatem\DBLogger\DBLogger());
});
```

Run following command to publish migration and configuration

```
 php artisan vendor:publish
```

```
 php artisan migrate
```

Open config/dblogger.php file and update the settings.

\#USAGE

Do not fotget to include Log to your class

```
use Log;
```

And add log entry

```
Log('user.register', ['id' => 23, 'name' => 'John Doe', 'email' => 'john@example.com']);
```

Links
-----

[](#links)

[gazatem.com](https://www.gazatem.com)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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 ~47 days

Total

2

Last Release

3690d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/239812d1da486312dac1dee8c49a978cb02b83c0c3912c8d5d6dd34d5c39ea92?d=identicon)[kemaly](/maintainers/kemaly)

---

Tags

loglaravelmonitoringalert mailing

### Embed Badge

![Health badge](/badges/gazatem-dblogger/health.svg)

```
[![Health](https://phpackages.com/badges/gazatem-dblogger/health.svg)](https://phpackages.com/packages/gazatem-dblogger)
```

###  Alternatives

[saasscaleup/laravel-log-alarm

Laravel log Alarm help you to set up alarm when errors occur in your system and send you a notification via Slack and email

27025.0k](/packages/saasscaleup-laravel-log-alarm)[treblle/security-headers

A collection of HTTP middleware classes to improve the security headers in your Laravel application.

9534.3k](/packages/treblle-security-headers)[tobiasdierich/gauge

An easy to use application performance monitor.

14413.1k](/packages/tobiasdierich-gauge)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1065.8k](/packages/moesif-moesif-laravel)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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