PHPackages                             despark/laravel-data-migration - 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. despark/laravel-data-migration

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

despark/laravel-data-migration
==============================

Helps you migrate data from foreign or local database table by table

0.1.3(9y ago)1514MITPHP

Since Mar 29Pushed 9y ago8 watchersCompare

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

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

**Not production ready!**

General
=======

[](#general)

This is a laravel library to help with Data migrations from old databases. Can also help with getting some remote database data and migrate it to a your database(s)

Installation
============

[](#installation)

Add the service provider inside `config/app.php`

```
'providers' => [
...
Despark\Migrations\Providers\MigrationServiceProvider::class,
]

```

Publish the config file

```
php artisan vendor:publish --provider="Despark\Migrations\Providers\MigrationServiceProvider"

```

You must prepare the database connection to which the library will connect to get the data. You can create the connection inside `config/database.php`; Then set the database name that should be used by the library trough `.env` file setting `MIGRATION_DATABASE_CONNECTION=your_database_name` key or by setting the database name directly in the published config `config/migrations.php`.

Usage
=====

[](#usage)

To be done...

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96% 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 ~1 days

Total

4

Last Release

3369d ago

### Community

Maintainers

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

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

![](https://avatars.githubusercontent.com/u/6141561?v=4)[Despark Bulgaria EAD](/maintainers/despark)[@despark](https://github.com/despark)

---

Top Contributors

[![lsimeonov](https://avatars.githubusercontent.com/u/17702047?v=4)](https://github.com/lsimeonov "lsimeonov (24 commits)")[![pan85](https://avatars.githubusercontent.com/u/2632104?v=4)](https://github.com/pan85 "pan85 (1 commits)")

---

Tags

data-migrationlaravelmigrationlaravelmigrationdatabasedatabase-migrationdata migration

### Embed Badge

![Health badge](/badges/despark-laravel-data-migration/health.svg)

```
[![Health](https://phpackages.com/badges/despark-laravel-data-migration/health.svg)](https://phpackages.com/packages/despark-laravel-data-migration)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

9782.1M161](/packages/laravel-ai)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

438834.4k1](/packages/clickbar-laravel-magellan)[itpathsolutions/dbstan

Database Standardization and Analysis Tool for Laravel

442.1k](/packages/itpathsolutions-dbstan)

PHPackages © 2026

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