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(3mo ago)01↓92.9%MITPHPPHP ^8.2

Since Apr 3Pushed 3mo agoCompare

[ 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

36

—

LowBetter than 79% of packages

Maintenance82

Actively maintained with recent releases

Popularity1

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

93d 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[livewire/livewire

A front-end framework for Laravel.

23.6k89.0M2.7k](/packages/livewire-livewire)[spatie/laravel-medialibrary

Associate files with Eloquent models

6.1k43.2M633](/packages/spatie-laravel-medialibrary)[laravel/cashier

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

2.6k30.0M148](/packages/laravel-cashier)[laravel/pulse

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

1.7k15.1M132](/packages/laravel-pulse)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)

PHPackages © 2026

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