PHPackages                             migration/app - 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. migration/app

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

migration/app
=============

Simple Migration Application

v1.0.1(4y ago)013PHP

Since Apr 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/atakansn/simple-migration)[ Packagist](https://packagist.org/packages/migration/app)[ RSS](/packages/migration-app/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Simple Migration Example
========================

[](#simple-migration-example)

An application for MySQL that can create database tables with the help of console in simple applications.

Installion
----------

[](#installion)

```
  composer require migration/app
```

Create migrate.php file.

Paste the following codes into the migrate file.

```
#!usr/bin/php
