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
- Host: GitHub
- URL: https://github.com/secondtruth/synchronizer-database
- Owner: secondtruth
- License: isc
- Created: 2015-01-01T18:56:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T21:32:36.000Z (over 8 years ago)
- Last Synced: 2025-03-19T20:48:01.340Z (about 1 year ago)
- Topics: php-library, synchronizer
- Language: PHP
- Homepage: http://www.flamecore.org
- Size: 7.81 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
FlameCore DatabaseSynchronizer
==============================
[](https://scrutinizer-ci.com/g/flamecore/synchronizer-database)
[](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)