PHPackages                             christian-schoenefeld/seeds-from-sql - 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. christian-schoenefeld/seeds-from-sql

ActiveLaravel-package[Database &amp; ORM](/categories/database)

christian-schoenefeld/seeds-from-sql
====================================

This package shows different approaches to using seeds from a sql file.

v1.0.3(4y ago)031MITPHPPHP ^7.4|^8.0

Since Oct 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/christian-schoenefeld/seeds-from-sql)[ Packagist](https://packagist.org/packages/christian-schoenefeld/seeds-from-sql)[ RSS](/packages/christian-schoenefeld-seeds-from-sql/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Seeds from SQL
==============

[](#seeds-from-sql)

[![Latest Stable Version](https://camo.githubusercontent.com/b7b6ebb373990ea9b872efb34d91413405230cfc82a3437249f68339527fdf0a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63687269737469616e2d7363686f656e6566656c642f73656564732d66726f6d2d73716c3f7374796c653d666c61742d737175617265)](https://packagist.org/packages/christian-schoenefeld/seeds-from-sql)[![GitHub issues](https://camo.githubusercontent.com/9e570ce162e4c68d43bdbe7a9398b824b0dd8534953f069884fc5d4ced7b794b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f63687269737469616e2d7363686f656e6566656c642f73656564732d66726f6d2d73716c3f7374796c653d666c61742d737175617265)](https://github.com/christian-schoenefeld/seeds-from-sql/issues)

Introduction text
-----------------

[](#introduction-text)

This package shows different approaches to using seeds from a sql file.

### Changelog

[](#changelog)

VersionDescription`v1.0.0`First approach of SQL import using "DB:unprepared"`v1.0.1`Add license to composer.json and remove Typo in README`v1.0.2`Remove wrong link in README`v1.0.3`Add v to Version📦 Installation
--------------

[](#-installation)

To install you can use composer as follows

```
composer require christian-schoenefeld/seeds-from-sql
```

Then you have to add the seeder class to the main seeder class of the project and import the class there

```
call(SQLSeeder::class);
    }
    ...
}
```

🚀 Use
-----

[](#-use)

You can get the forms manually with the following Command

CommandDescriptionfunctional`php artisan migrate`Migrates the necessary unprepared table✔️`php artisan db:seed`Executes all seeds✔`php artisan db:seed --class=SQLSeeder`Executes only the SQL unprepared seed✔

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

4

Last Release

1710d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/72594656?v=4)[Christian Schönefeld](/maintainers/christian-schoenefeld)[@christian-schoenefeld](https://github.com/christian-schoenefeld)

---

Top Contributors

[![christian-schoenefeld](https://avatars.githubusercontent.com/u/72594656?v=4)](https://github.com/christian-schoenefeld "christian-schoenefeld (7 commits)")

---

Tags

laravelpackagesqllaravel-packageseeds

### Embed Badge

![Health badge](/badges/christian-schoenefeld-seeds-from-sql/health.svg)

```
[![Health](https://phpackages.com/badges/christian-schoenefeld-seeds-from-sql/health.svg)](https://phpackages.com/packages/christian-schoenefeld-seeds-from-sql)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11223.5M33](/packages/anourvalar-eloquent-serialize)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[salehhashemi/laravel-repository

Implementing the repository pattern for Laravel projects.

2010.5k](/packages/salehhashemi-laravel-repository)[ramadan/easy-model

A Laravel package for enjoyably managing database queries.

111.6k](/packages/ramadan-easy-model)[onramplab/laravel-custom-fields

An laravel package that enables custom field support for any Laravel models

103.9k](/packages/onramplab-laravel-custom-fields)

PHPackages © 2026

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