PHPackages                             alphasoft-fr/sql-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. alphasoft-fr/sql-migration

ActiveLibrary

alphasoft-fr/sql-migration
==========================

PHP SQL Migration

2.0.1(1y ago)081MITPHPPHP &gt;=8.1

Since Aug 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alphasoft-fr/sql-migration)[ Packagist](https://packagist.org/packages/alphasoft-fr/sql-migration)[ RSS](/packages/alphasoft-fr-sql-migration/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

SQL Migration Utility
=====================

[](#sql-migration-utility)

This is a utility library and commands for managing database migrations in SQL.

[![Latest Stable Version](https://camo.githubusercontent.com/98b12cdc410b2cc59c6025dda3a89cf7f58d0aefd8931e7c38222d3f63b89329/687474703a2f2f706f7365722e707567782e6f72672f616c706861736f66742d66722f73716c2d6d6967726174696f6e2f76)](https://packagist.org/packages/alphasoft-fr/sql-migration) [![Total Downloads](https://camo.githubusercontent.com/c7aa0002de01fc81ee519d4ab23e400e2c7e867dd4858dd9e98efbe8f21dcb2c/687474703a2f2f706f7365722e707567782e6f72672f616c706861736f66742d66722f73716c2d6d6967726174696f6e2f646f776e6c6f616473)](https://packagist.org/packages/alphasoft-fr/sql-migration) [![Latest Unstable Version](https://camo.githubusercontent.com/8c6238e8069877256bed9924e2fac5a2f3eb46444d8d6c96c188adabdb4e1859/687474703a2f2f706f7365722e707567782e6f72672f616c706861736f66742d66722f73716c2d6d6967726174696f6e2f762f756e737461626c65)](https://packagist.org/packages/alphasoft-fr/sql-migration) [![License](https://camo.githubusercontent.com/c10251dc8b7f619ea8c07937cc82dcf618e349b8bc60ddc3938d5847b2055d4e/687474703a2f2f706f7365722e707567782e6f72672f616c706861736f66742d66722f73716c2d6d6967726174696f6e2f6c6963656e7365)](https://packagist.org/packages/alphasoft-fr/sql-migration) [![PHP Version Require](https://camo.githubusercontent.com/03040dcc7d689d856cb76fb0e07ad5ca13876bf50aef068a7ef98ae88ceecbe1/687474703a2f2f706f7365722e707567782e6f72672f616c706861736f66742d66722f73716c2d6d6967726174696f6e2f726571756972652f706870)](https://packagist.org/packages/alphasoft-fr/sql-migration)

Installation
------------

[](#installation)

Use [Composer](https://getcomposer.org/)

### Composer Require

[](#composer-require)

```
composer require alphasoft-fr/sql-migration

```

Requirements
------------

[](#requirements)

- PHP version 8.1

Usage
-----

[](#usage)

### Configuration

[](#configuration)

1. Create a configuration file named `migration-config.php` at the root of your project. You can use the following example as a starting point:

```
