Added the ByJG Migration

- Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres Edit
This commit is contained in:
Joao Gilberto Magalhaes 2017-05-27 17:55:16 -03:00
parent 3da27b662f
commit a31fc4a05c

View File

@ -552,6 +552,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
## Migrations
Libraries to help manage database schemas and migrations.
* [ByJG Migration](https://github.com/byjg/migration) - Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
* [Phinx](https://github.com/robmorgan/phinx) - Another database migration library.