PHP code example of jezzis / mysqlsyncer

1. Go to this page and download the library: Download jezzis/mysqlsyncer 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/ */

    

jezzis / mysqlsyncer example snippets


    Jezzis\MysqlSyncer\MysqlSyncerServiceProvider::class

return [

    'sql_path' => './', // sql file base path where MySQL-Syncer is looking for.

    'driver' => 'mysql', // connection driver, currently only supports MySQL.
];