PHPackages                             alexlen/laravel-db-profiler - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. alexlen/laravel-db-profiler

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

alexlen/laravel-db-profiler
===========================

Profiler database

1.6(2y ago)013MITPHPPHP ^8.1

Since Feb 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alex-web-proger/laravel-db-profiler)[ Packagist](https://packagist.org/packages/alexlen/laravel-db-profiler)[ RSS](/packages/alexlen-laravel-db-profiler/feed)WikiDiscussions master Synced 1mo ago

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

Журнал длительности sql-запросов
--------------------------------

[](#журнал-длительности-sql-запросов)

Пакет позволяет записывать в файл или таблицу данные по запросам, длительность которых выше заданной в конфигурации

### Установка

[](#установка)

```
 composer require alexlen/laravel-db-profiler
```

Публикация файла конфигурации (`alexlen/profiler.php`) и миграции для таблицы

```
  php artisan vendor:publish --tag=db-profiler
```

Если планируется использовать журнал в БД, необходимо выполнить миграции:

```
  php artisan migrate
```

### Использование

[](#использование)

Имеется два режима ведения журнала:

- запись в файл (имя задается в конфиге);
- запись в таблицу `sql_profilers`

В режиме записи в таблицу, журнал не ведется во время выполнения artisan-команд

Настройки документированы в файле конфигурации

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

4

Last Release

820d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad54ea15829362e2add29aeace9595ae8dca4a09602527de2f0c0e6a047cf3a8?d=identicon)[alex-web-proger](/maintainers/alex-web-proger)

---

Top Contributors

[![alex-web-proger](https://avatars.githubusercontent.com/u/35147605?v=4)](https://github.com/alex-web-proger "alex-web-proger (14 commits)")

### Embed Badge

![Health badge](/badges/alexlen-laravel-db-profiler/health.svg)

```
[![Health](https://phpackages.com/badges/alexlen-laravel-db-profiler/health.svg)](https://phpackages.com/packages/alexlen-laravel-db-profiler)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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