Skip to content
/ yentu Public

Provides another approach to doing database migrations in PHP

Notifications You must be signed in to change notification settings

ntentan/yentu

Repository files navigation

Yentu! Migrations for PHP

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads

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.