PHPackages                             gadelgado/sql2seeder - 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. gadelgado/sql2seeder

ActiveLibrary

gadelgado/sql2seeder
====================

A command line utility to transform sql files into database seeders

v1.0.1(3y ago)01.3k1MITPHP

Since Aug 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/gadelgado/sql2seeder)[ Packagist](https://packagist.org/packages/gadelgado/sql2seeder)[ RSS](/packages/gadelgado-sql2seeder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Sql2Seeder
==========

[](#sql2seeder)

Convert sql files in your laravel 7 project to eloquent seeders

Getting Started
---------------

[](#getting-started)

### Intall package

[](#intall-package)

```
composer require gadelgado/sql2seeder

```

### Add Service provides

[](#add-service-provides)

```
$ providers = [
    ...

    /*
     * Package Service Providers...
     */
    Gadelgado\Sql2Seeder\Providers\Sql2SeederProvider::class,

    ...
];

```

### Run Command

[](#run-command)

```
php artisan sql:convert

```

Licence
=======

[](#licence)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

2

Last Release

1364d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c8f19cef9318634bd8a24bbfc8f7a3e275b58ac7af40e3e4db1593a0b4be2989?d=identicon)[gadelgado](/maintainers/gadelgado)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gadelgado-sql2seeder/health.svg)

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

PHPackages © 2026

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