PHPackages                             helios-live/reseedr - 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. helios-live/reseedr

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

helios-live/reseedr
===================

Easily create snapshots of tables and seed them back in

0.0.3(11mo ago)0100MITPHPPHP ^8.3

Since Jun 16Pushed 11mo agoCompare

[ Source](https://github.com/helios-live/reseedr)[ Packagist](https://packagist.org/packages/helios-live/reseedr)[ Docs](https://github.com/helios-live/reseedr)[ RSS](/packages/helios-live-reseedr/feed)WikiDiscussions main Synced 1mo ago

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

Helios Live Reseedr
===================

[](#helios-live-reseedr)

### Dump tables to php for easy re-seed.

[](#dump-tables-to-php-for-easy-re-seed)

```
composer require helios-live/reseedr
php artisan reseedr:export-table users
php artisan reseedr:export-table terms
```

#### **`DatabaseSeeder.php`**:

[](#databaseseederphp)

```
// if no options are given to the call, the seeder scans the
// database/dumps/ directory for php files and uses that
// however the ordering might not be what you need
$this->call(\HeliosLive\Reseeder\Seeders\ReSeed::class);
```

#### **`DatabaseSeeder.php`**:

[](#databaseseederphp-1)

```
// if given the tables option, it will only reseed those tables, in the
// specified order
$this->call(\HeliosLive\Reseeder\Seeders\ReSeed::class,
true,
[
    'tables' => ['users', 'terms'],
]);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance52

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

335d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09dbf787c0b3936d92194a12ebd68b7c54b8a4f10616e7c665c3ea651e0cada8?d=identicon)[helios-live](/maintainers/helios-live)

---

Top Contributors

[![alexandru-eftimie](https://avatars.githubusercontent.com/u/65734304?v=4)](https://github.com/alexandru-eftimie "alexandru-eftimie (9 commits)")

---

Tags

exportdumpimportseeder

### Embed Badge

![Health badge](/badges/helios-live-reseedr/health.svg)

```
[![Health](https://phpackages.com/badges/helios-live-reseedr/health.svg)](https://phpackages.com/packages/helios-live-reseedr)
```

###  Alternatives

[symfony/var-dumper

Provides mechanisms for walking through any arbitrary PHP variable

7.4k855.5M8.0k](/packages/symfony-var-dumper)[kint-php/kint

Kint - Advanced PHP dumper

2.8k19.3M283](/packages/kint-php-kint)[stephenjude/filament-debugger

About

102125.4k2](/packages/stephenjude-filament-debugger)[spatie/laravel-error-solutions

Display solutions on the Laravel error page

9773.5k](/packages/spatie-laravel-error-solutions)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[rah/danpu

Zero-dependency MySQL dump library for easily exporting and importing databases

64401.8k10](/packages/rah-danpu)

PHPackages © 2026

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