PHPackages                             mdariftiens/dblog - 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. mdariftiens/dblog

ActiveLibrary

mdariftiens/dblog
=================

DBlog

v1.1(3y ago)08MITPHPPHP ^7.2|^8.0

Since Oct 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mdariftiens/Laravel-DB-Logger)[ Packagist](https://packagist.org/packages/mdariftiens/dblog)[ Docs](https://github.com/mdariftiens/dblog)[ RSS](/packages/mdariftiens-dblog/feed)WikiDiscussions main Synced 1mo ago

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

Laravel DB Logger
=================

[](#laravel-db-logger)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f38bdc8e244ed6b21481aff1e4d1e14f109bf4a6b107ff8d5ef1f3e145368a36/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d64617269667469656e732f64626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mdariftiens/dblog)[![Total Downloads](https://camo.githubusercontent.com/a2c622ecdf9a16d67092415e22f53f1ead92dabfb1b146b2f3bc053a4e48e1e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d64617269667469656e732f64626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mdariftiens/dblog)

This will provide you the facility to log in Database.

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

[](#installation)

You can install the package via composer:

```
composer require mdariftiens/dblog
```

Run command to make table `logs`:

```
php artisan migrate
```

Usage
-----

[](#usage)

Go to `config/logging.php` and add following

```
        'custom' => [
            'driver' => 'custom',
            'via' => \Mdariftiens\DBlog\Services\LogMonolog::class
        ],
```

```
        'stack' => [
            'driver' => 'stack',
            'channels' => ['custom'],
            'ignore_exceptions' => true,
        ],
```

To visit logs

```
/show-log

```

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Arif](https://github.com/mdariftiens)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

4

Last Release

1306d ago

Major Versions

v0.2 → v1.02022-10-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/75865a3b58f521f8897485c89614d4e53d88105afba0e5585b3f14cfe5dca775?d=identicon)[mdariftiens](/maintainers/mdariftiens)

---

Top Contributors

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

---

Tags

mdariftiens

### Embed Badge

![Health badge](/badges/mdariftiens-dblog/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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