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

https://github.com/ntentan/yentu

Provides another approach to doing database migrations in PHP
https://github.com/ntentan/yentu

database-migrations devops mysql php postgresql sqlite

Last synced: about 1 month ago
JSON representation

Provides another approach to doing database migrations in PHP

Awesome Lists containing this project

README

          

Yentu! Migrations for PHP
=========================

[![Build Status](https://travis-ci.org/ntentan/yentu.svg)](https://travis-ci.org/ntentan/yentu)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ntentan/yentu/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ntentan/yentu/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/ntentan/yentu/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/ntentan/yentu/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/ntentan/yentu/version.svg)](https://packagist.org/packages/ntentan/yentu)
[![Total Downloads](https://poser.pugx.org/ntentan/yentu/downloads.svg)](https://packagist.org/packages/ntentan/yentu)

A framework independent PHP based database migration tool. Yentu allows you to
add keep track of the changes to your database schema using your current VCS.

Installation
------------
To install yentu add `ntentan\yentu` to your composer dependencies.