PHPackages                             kriptonic/php-database-migration - 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. kriptonic/php-database-migration

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

kriptonic/php-database-migration
================================

PHP Migrations Made Easy

v4.0.0(7y ago)18[2 issues](https://github.com/Kriptonic/php-database-migration/issues)MITPHPPHP &gt;=5.3.0

Since Jun 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Kriptonic/php-database-migration)[ Packagist](https://packagist.org/packages/kriptonic/php-database-migration)[ Docs](https://github.com/Kriptonic/php-database-migration)[ RSS](/packages/kriptonic-php-database-migration/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (7)Versions (46)Used By (0)

A PHP Database Migration Tool
=============================

[](#a-php-database-migration-tool)

I liked the simplicity of the `php-database-migration` tool created by `alwex`. I have forked the repository to add configuration changes that make integration into existing products easier, as well as providing more flexibility to developers.

Planned Features
----------------

[](#planned-features)

I am currently focusing on the following features:

- User defined directories
- Support for multiple databases with separate migrations
- Better handling of remote migrations without local

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

[](#getting-started)

This section will be added to once the vision for the package is more complete.

### Installation

[](#installation)

todo

Note: The package has not been added to packagist so you aren't able to install via Composer yet.

### Configuration

[](#configuration)

The package will store user environment configuration and migrations in the `php_db_migration` folder relative to where the application is ran from. If you wish to change directories used by the package create a new PHP file where you want to run the application from. Place the following into the file:

```
#!/usr/bin/php
