Home / PHP Migrations
5 Repositories
Sortby
Phinx: Simple PHP Database Migrations Intro Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minute
Phpmig What is it? Phpmig is a (database) migration tool for php, that should be adaptable for use with most PHP 5.3+ projects. It's kind of like doct
Phoenix Framework agnostic database migrations for PHP. Features Validation all settings in migration before executing first query Multiple migration
Introduction Ruckusing is a framework written in PHP5 for generating and managing a set of "database migrations". Database migrations are declarative
#What are Database Migrations? Migrations are a convenient way for you to alter your database in a structured and organized manner. You could edit fra