PHP code example of antonkomarev / php-db-migration-validator

1. Go to this page and download the library: Download antonkomarev/php-db-migration-validator library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

antonkomarev / php-db-migration-validator example snippets

shell
php composer 
shell
php vendor/bin/php-db-migration-validator --rule=irreversible migrations/file.php
shell
php vendor/bin/php-db-migration-validator --rule=irreversible migrations/file.php migrations/file2.php
shell
php vendor/bin/php-db-migration-validator --rule=irreversible migrations/2022_*
shell
php vendor/bin/php-db-migration-validator --rule=irreversible migrations/
shell
php vendor/bin/php-db-migration-validator --rule=irreversible app/migrations/ vendor/migrations/