PHPackages                             brstuff/laravelsqlines - 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. brstuff/laravelsqlines

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

brstuff/laravelsqlines
======================

Simple laravel package to manage the sync of databases over Sqlines

v0.0.4(1y ago)1202MITPHP

Since Apr 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/brstuff/laravelsqlines)[ Packagist](https://packagist.org/packages/brstuff/laravelsqlines)[ Docs](https://github.com/brstuff/laravelsqlines)[ RSS](/packages/brstuff-laravelsqlines/feed)WikiDiscussions master Synced 5d ago

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

LaravelSqlines
==============

[](#laravelsqlines)

![Status Release](https://camo.githubusercontent.com/9e4cf09d63a2b4f1024cde74f2d2f1d6bd262c2d2eb6cbd6e9786ce164338d85/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5374617475732d426574612d726564)[![Latest Version on Packagist](https://camo.githubusercontent.com/9a9c896b830f7a871be9bff23bb7e0fa0237070f26903112bac01ea1d38dcd8c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f627273747566662f6c61726176656c73716c696e65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/brstuff/laravelsqlines)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

Simple laravel package to manage the sync of databases over [Sqlines](http://www.sqlines.com/).

Installation
------------

[](#installation)

Via Composer

```
$ composer require brstuff/laravelsqlines
```

Copy config and sqlines to storage

```
php artisan vendor:publish --tag=laravelsqlines.config
php artisan vendor:publish --tag=laravelsqlines.app
```

Usage
-----

[](#usage)

Simple example.

```
$log = \LaravelSqlines::
    sourceConnection("oracle", "database_name_in_config")
    ->targetConnection("mysql", "database_name_in_config")
    ->tables(["table1", "tables2"])
    ->tmap("table1, new_table_1")
    ->tmap("table2, new_table_2")
    ->sync();
```

License
-------

[](#license)

MIT License (MIT). Please see the [license file](license.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance46

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.3% 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 ~604 days

Total

4

Last Release

400d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6012387?v=4)[BRStuff](/maintainers/brstuff)[@brstuff](https://github.com/brstuff)

---

Top Contributors

[![brstuff](https://avatars.githubusercontent.com/u/6012387?v=4)](https://github.com/brstuff "brstuff (8 commits)")[![pramalho](https://avatars.githubusercontent.com/u/184573339?v=4)](https://github.com/pramalho "pramalho (7 commits)")

---

Tags

laravelsqlsynclaravelLaravelSqlinessqlinesbrstuff

### Embed Badge

![Health badge](/badges/brstuff-laravelsqlines/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

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

423715.4k1](/packages/clickbar-laravel-magellan)

PHPackages © 2026

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