PHPackages                             bekunika/debug-loggers - 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. [Database &amp; ORM](/categories/database)
4. /
5. bekunika/debug-loggers

ActiveLibrary[Database &amp; ORM](/categories/database)

bekunika/debug-loggers
======================

Laravel package for console route and SQL debug logging.

v1.0.2(today)01↑2900%MITPHPPHP ^8.2

Since Apr 3Pushed todayCompare

[ Source](https://github.com/bekunika/debug-loggers)[ Packagist](https://packagist.org/packages/bekunika/debug-loggers)[ RSS](/packages/bekunika-debug-loggers/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (7)Versions (4)Used By (0)

Laravel Debug Loggers
=====================

[](#laravel-debug-loggers)

Console route and SQL debug logging for Laravel applications.

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

[](#installation)

```
composer require bekunika/debug-loggers
```

Laravel package discovery will register the service provider automatically.

Compatibility
-------------

[](#compatibility)

- PHP 8.2+
- Laravel 11 or 12

Configuration
-------------

[](#configuration)

Publish the config if you want to override defaults:

```
php artisan vendor:publish --tag=debug-loggers-config
```

Available options:

```
return [
    'route' => [
        'enabled' => env('DEBUG_LOGGERS_ROUTE_ENABLED', false),
    ],
    'sql' => [
        'enabled' => env('DEBUG_LOGGERS_SQL_ENABLED', false),
    ],
];
```

Environment Variables
---------------------

[](#environment-variables)

```
DEBUG_LOGGERS_ROUTE_ENABLED=true
DEBUG_LOGGERS_SQL_ENABLED=true
```

Testing
-------

[](#testing)

```
composer install
composer test
```

Release
-------

[](#release)

1. Push this package to its own public git repository.
2. Create a git tag such as `v1.0.0`.
3. Submit the repository URL on Packagist.
4. Enable Packagist auto-updates for the repository.

###  Health Score

41

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

3

Last Release

0d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelloggingroutesdebugsql

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/bekunika-debug-loggers/health.svg)

```
[![Health](https://phpackages.com/badges/bekunika-debug-loggers/health.svg)](https://phpackages.com/packages/bekunika-debug-loggers)
```

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M98](/packages/laravel-cashier)[illuminate/database

The Illuminate Database package.

2.8k52.4M8.9k](/packages/illuminate-database)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M96](/packages/laravel-pulse)[danielme85/laravel-log-to-db

Custom Laravel Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel native logging functionality.

135934.5k1](/packages/danielme85-laravel-log-to-db)[guanguans/laravel-dump-sql

laravel 中轻松容易的输出完整的 SQL 语句。 - Easy output of complete SQL statements for laravel framework.

3635.6k](/packages/guanguans-laravel-dump-sql)[cerbero/sql-dumper

Laravel package to dump SQL queries.

247.6k](/packages/cerbero-sql-dumper)

PHPackages © 2026

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