PHPackages                             garethnic/seedmytable - 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. garethnic/seedmytable

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

garethnic/seedmytable
=====================

Create a solid Laravel database seeder file

110PHP

Since Mar 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/garethnic/seedmytable)[ Packagist](https://packagist.org/packages/garethnic/seedmytable)[ RSS](/packages/garethnic-seedmytable/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SeedMyTable
===========

[](#seedmytable)

This package creates a solid Laravel `DatabaseSeeder.php` file.

Install
-------

[](#install)

Add to your `composer.json`:

```
"garethnic/seedmytable": "dev-master"
```

Add the garethnic\\ServiceProvider to your config/app.php providers array:

```
garethnic\seedmytable\seedmytableServiceProvider::class,
```

Then run the following command to copy over the `DatabaseSeeder.php` file.

```
$ vendor:publish --force
```

This will overwrite your existing `DatabaseSeeder.php` file.

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1523598?v=4)[Gareth](/maintainers/garethnic)[@garethnic](https://github.com/garethnic)

---

Top Contributors

[![garethnic](https://avatars.githubusercontent.com/u/1523598?v=4)](https://github.com/garethnic "garethnic (7 commits)")

### Embed Badge

![Health badge](/badges/garethnic-seedmytable/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198628.3k10](/packages/pgvector-pgvector)

PHPackages © 2026

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