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
- Host: GitHub
- URL: https://github.com/ntentan/yentu
- Owner: ntentan
- Created: 2014-08-03T22:08:03.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-11-29T04:24:47.000Z (4 months ago)
- Last Synced: 2026-01-13T21:09:55.328Z (3 months ago)
- Topics: database-migrations, devops, mysql, php, postgresql, sqlite
- Language: PHP
- Homepage:
- Size: 789 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Yentu! Migrations for PHP
=========================
[](https://travis-ci.org/ntentan/yentu)
[](https://scrutinizer-ci.com/g/ntentan/yentu/?branch=master)
[](https://scrutinizer-ci.com/g/ntentan/yentu/?branch=master)
[](https://packagist.org/packages/ntentan/yentu)
[](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.