Schematic is a database migrations tool written in PHP to make continuous database deployments simpler, usually one of the trickier parts of working in a continuous integration environment is keeping the database up to date without losing data and making sure all changes are made every time you deploy something.

Schematic has been designed to be extremely easy to use with a relatively low learning curve, a lot of the work you need to do is mostly automated unless you're creating a database from scratch.

We're always looking to improve Schematic, so if you have any suggestions let me know in the Github issues area and I'd be happy to discuss them.