PHPackages                             eserozvataf/sqlsync - 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. eserozvataf/sqlsync

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

eserozvataf/sqlsync
===================

48PHP

Since Sep 28Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

SqlSync
=======

[](#sqlsync)

**SqlSync** is planned to be an open source database syncronous tool. However it is in early stages of development, and supports database dump transfer only for now.

[![Build Status](https://camo.githubusercontent.com/d9815d29488bdc1303d1206c966463dc50ff21edbc37f5eec3a4d6ebcfcfd6e9/68747470733a2f2f7472617669732d63692e6f72672f657365726f7a76617461662f73716c73796e632e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/eserozvataf/sqlsync)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1ff1e1a93e9e7fe580bcdccadc431385e36fced925681af8942ae6882ed8486a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f657365726f7a76617461662f73716c73796e632f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/eserozvataf/sqlsync/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/71e092dd17e3a2113a86bde0ca9203840948c2f5992724c4a7245f58377e1a18/68747470733a2f2f706f7365722e707567782e6f72672f657365726f7a76617461662f73716c73796e632f646f776e6c6f6164732e706e67)](https://packagist.org/packages/eserozvataf/sqlsync)[![Latest Stable Version](https://camo.githubusercontent.com/ff8502ccc79bcfc5941ffb00469f9ef3c3b23e176fc233f857d721b31bc00381/68747470733a2f2f706f7365722e707567782e6f72672f657365726f7a76617461662f73716c73796e632f762f737461626c65)](https://packagist.org/packages/eserozvataf/sqlsync)[![Latest Unstable Version](https://camo.githubusercontent.com/83fe91bae342cb46241b9a10e9018e9cd6b2fef62518bcfc32d8120b339e0153/68747470733a2f2f706f7365722e707567782e6f72672f657365726f7a76617461662f73716c73796e632f762f756e737461626c65)](https://packagist.org/packages/eserozvataf/sqlsync)

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

[](#installation)

Please make sure that you can access php command line tool via `php` command. Further commands will be executed on Terminal or Command Prompt:

**Step 1:**Download and install composer dependency manager.

```
php -r "readfile('https://getcomposer.org/installer');" | php
```

**Step 2:**Create a new sqlsync project via composer.

```
php composer.phar create-project eserozvataf/sqlsync:dev-master
```

**Step 3:**Rename `config.sample.php` to `config.php` and edit configuration.

Running
-------

[](#running)

**Transfer Command:**Transfer command simply creates or overwrites a new database/schema on client, by reading the source database from the server. The workflow of this procedure is preparing a sql dump file on server side, downloading it to client, execution of the dump on the client.

```
vendor/bin/scabbia sqlSync:transfer my_database
```

Replace `my_database` with your database name which will be copied to your client.

Requirements
------------

[](#requirements)

- PHP 5.6.0+ ()
- Composer Dependency Manager ()

Links
-----

[](#links)

- [License Information](LICENSE)

Contributing
------------

[](#contributing)

It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome. All contributions should be filed on the [eserozvataf/sqlsync](https://github.com/eserozvataf/sqlsync) repository.

- To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
- To report a bug: If something does not work, please report it using GitHub issues.
- To support: [![Donate](https://camo.githubusercontent.com/648ad6f048733f167bf65e11a4fd759eef14da88db61ad078bbd5ddea5d57133/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e6174655f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BXNMWG56V6LYS)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![eser](https://avatars.githubusercontent.com/u/866558?v=4)](https://github.com/eser "eser (9 commits)")

### Embed Badge

![Health badge](/badges/eserozvataf-sqlsync/health.svg)

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90440.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)[wildside/userstamps

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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