An open API service indexing awesome lists of open source software.

https://github.com/secondtruth/synchronizer-database

Synchronize database schemas with ease
https://github.com/secondtruth/synchronizer-database

php-library synchronizer

Last synced: about 1 year ago
JSON representation

Synchronize database schemas with ease

Awesome Lists containing this project

README

          

FlameCore DatabaseSynchronizer
==============================

[![Scrutinizer](http://img.shields.io/scrutinizer/g/flamecore/synchronizer-database.svg)](https://scrutinizer-ci.com/g/flamecore/synchronizer-database)
[![License](http://img.shields.io/packagist/l/flamecore/synchronizer-database.svg)](https://packagist.org/packages/flamecore/synchronizer-database)

This library makes it easy to synchronize database schemas.

DatabaseSynchronizer was developed as backend for the deployment and testing tool [Seabreeze](https://github.com/flamecore/seabreeze).
It is using our self-developed [Synchronizer](https://github.com/flamecore/synchronizer) library as foundation.

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

* You must have at least PHP version 5.4 installed on your system.

Contributors
------------

If you want to contribute, please see the [CONTRIBUTING](CONTRIBUTING.md) file first.

Thanks to the contributors:

* Christian Neff (secondtruth)