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)1203MITPHP

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 3w 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 66% of packages

Maintenance43

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

447d 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.8k54.9M11.6k](/packages/illuminate-database)[spatie/laravel-medialibrary

Associate files with Eloquent models

6.1k43.2M629](/packages/spatie-laravel-medialibrary)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.4M95](/packages/mongodb-laravel-mongodb)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k32.6M46](/packages/kirschbaum-development-eloquent-power-joins)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)

PHPackages © 2026

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