PHPackages                             gguney/rseeder - 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. gguney/rseeder

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

gguney/rseeder
==============

Reverse Seeder for Laravel

v2.0(4y ago)33.2k2[1 issues](https://github.com/gguney/rseeder/issues)MITPHPPHP 8.0

Since Mar 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gguney/rseeder)[ Packagist](https://packagist.org/packages/gguney/rseeder)[ Docs](https://github.com/gguney/rseeder)[ RSS](/packages/gguney-rseeder/feed)WikiDiscussions 2.x Synced 2mo ago

READMEChangelog (3)DependenciesVersions (7)Used By (0)

RSeeder - Reverse Seeder for Laravel
====================================

[](#rseeder---reverse-seeder-for-laravel)

This package creates Laravel seeders from present data in your database table.

### Requirements

[](#requirements)

- RSeeder works with PHP8 or above.
- If you have older version of Laravel please check 1.x

### Installation

[](#installation)

```
$ composer require gguney/rseeder
```

### Usage

[](#usage)

```
$ php artisan make:reverseSeeder table_name
```

If you want to get rows from a date, you can use like: ######Warning: From date will not be included.

```
$ php artisan make:reverseSeeder table_name --from=1990-01-22 --by=created_at
```

Also, you can ignore some columns:

```
$ php artisan make:reverseSeeder table_name --except=id,is_created
```

All together:

```
$ php artisan make:reverseSeeder food_orders --from='2017-03-17 10:00:00' --by=created_at --except=id
```

Output:

```
$ FoodOrdersTableSeeder named seeder created in seeds folder.
```

### Author

[](#author)

Gökhan Güney -

### License

[](#license)

RSeeder is licensed under the MIT License - see the `LICENSE` file for details

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 86.7% 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 ~451 days

Total

5

Last Release

1538d ago

Major Versions

1.x-dev → 2.x-dev2022-02-23

PHP version history (2 changes)v1.0PHP &gt;=5.6

2.x-devPHP 8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b6ec9f80ae75f823f3ded30ef636a0cb8525bc9d3648ad4e14266ebea3e3afb?d=identicon)[gguney](/maintainers/gguney)

---

Top Contributors

[![gguney](https://avatars.githubusercontent.com/u/16459896?v=4)](https://github.com/gguney "gguney (13 commits)")[![cognitus](https://avatars.githubusercontent.com/u/2235718?v=4)](https://github.com/cognitus "cognitus (2 commits)")

---

Tags

laraveldatabaseseederreverse

### Embed Badge

![Health badge](/badges/gguney-rseeder/health.svg)

```
[![Health](https://phpackages.com/badges/gguney-rseeder/health.svg)](https://phpackages.com/packages/gguney-rseeder)
```

###  Alternatives

[timokoerber/laravel-json-seeder

Create and use JSON files to seed your database in your Laravel applications

4835.8k](/packages/timokoerber-laravel-json-seeder)

PHPackages © 2026

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