Installation

Requirements

composer require delhiarpitpatel/large-mysql-migrator

Manual Installation

  1. Clone the repository:
    git clone https://github.com/delhiarpitpatel/large-mysql-migrator.git
    
  2. Install dependencies:
    cd large-mysql-migrator
    composer install
    

Verification

After installation, verify everything works:

<?php
require_once 'vendor/autoload.php';

use DelhiArpitPatel\LargeMysqlMigrator\MySQLMigrator;

echo "Large MySQL Migrator loaded successfully!";

Next: Usage →