PHPackages                             chojnicki/laravel-seeder-debugger - 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. chojnicki/laravel-seeder-debugger

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

chojnicki/laravel-seeder-debugger
=================================

Show debug info after finishing seeding like execution time or queries count, that can help you write better seeders.

v1.2(4y ago)141.2k11MITPHP

Since Jul 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/chojnicki/laravel-seeder-debugger)[ Packagist](https://packagist.org/packages/chojnicki/laravel-seeder-debugger)[ RSS](/packages/chojnicki-laravel-seeder-debugger/feed)WikiDiscussions master Synced yesterday

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

Laravel Seeder Debugger
=======================

[](#laravel-seeder-debugger)

Get simple debug info after finished seeding, like this:

```
Database seeding completed successfully.
Seeding execution time: 8.6s.
Database queries executed: 329.
Current RAM usage is 18.7MB with peak during execution 59.1MB.

```

Thanks to this info you can try to write more efficient seeders :)

Do you need more info in debug? Feedback and pull requests are welcome.

NOTE: This library is part of my [laravel-seeder-extended](https://github.com/chojnicki/laravel-seeder-extended)that beside of just debugging is adding extra methods. You can use this library alone or laravel-seeder-extender depends of your needs.

Requirements
------------

[](#requirements)

- Laravel / Lumen 5.5 or higher (written on 5.8, not tested on lower than 5.5 but should work on 5.\*)

Instalation with Composer
-------------------------

[](#instalation-with-composer)

```
composer require chojnicki/laravel-seeder-debugger

```

Usage
-----

[](#usage)

In DatabaseSeeder.php simply replace:

```
use Illuminate\Database\Seeder;

```

with:

```
use Chojnicki\LaravelSeederDebugger\Seeder;

```

Events
------

[](#events)

If you want to debug seeding outside console (for ex. use Log) then there is event SeedingFinished that you can listen to.

EventServiceProvider.php:

```
use Chojnicki\LaravelSeederDebugger\Events\SeedingFinished;

```

In you listener, $event-&gt;debug will return array with all info used in console, be keys: execution\_time, queries\_count, ram\_usage, ram\_usage\_peak.

Note
----

[](#note)

This debugger simply extends original Seeder library (is not a fork) so all functionality is preserved and there should not be conflicts with already written seeders.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

1590d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34774522?v=4)[Łukasz Chojnicki](/maintainers/chojnicki)[@chojnicki](https://github.com/chojnicki)

---

Top Contributors

[![chojnicki](https://avatars.githubusercontent.com/u/34774522?v=4)](https://github.com/chojnicki "chojnicki (6 commits)")

### Embed Badge

![Health badge](/badges/chojnicki-laravel-seeder-debugger/health.svg)

```
[![Health](https://phpackages.com/badges/chojnicki-laravel-seeder-debugger/health.svg)](https://phpackages.com/packages/chojnicki-laravel-seeder-debugger)
```

###  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)
