PHPackages                             genkgo/migrations - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. genkgo/migrations

ActiveLibrary[Database &amp; ORM](/categories/database)

genkgo/migrations
=================

1.5.0(10mo ago)722.7k↓50%1MITPHPPHP ~8.3.0 || ~8.4.0CI passing

Since Nov 25Pushed 10mo ago3 watchersCompare

[ Source](https://github.com/genkgo/migrations)[ Packagist](https://packagist.org/packages/genkgo/migrations)[ RSS](/packages/genkgo-migrations/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (17)Used By (0)

Genkgo.Migrations
=================

[](#genkgomigrations)

Library to make migrations easy.

### Installation

[](#installation)

Requires PHP 8.0 or later. It is installable and autoloadable via Composer as [genkgo/migrations](https://packagist.org/packages/genkgo/migrations).

### Quality

[](#quality)

To run the unit tests at the command line, issue `vendor/bin/phpunit -c phpunit.xml`. [PHPUnit](http://phpunit.de/manual/) is required.

This library attempts to comply with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md), and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

Getting Started
---------------

[](#getting-started)

### Create a migration file

[](#create-a-migration-file)

Create a migration file, define how to update and undo the changes in your application.

```
