PHP code example of nyx-solutions / nyx-mercurius

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

    

nyx-solutions / nyx-mercurius example snippets




    \nyx\mercurius\wp\cli\Mercurius::init(
        __DIR__,
        __DIR__.'/wp-project',
        'https://plugins.wpsite.tmp.br',
        'nyx',
        'passwd'
    );