PHP code example of pinguo / php-msf

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

    

pinguo / php-msf example snippets

bash
$>php -r "copy('https://raw.githubusercontent.com/pinguo/php-msf-docker/master/installer.php', 'installer.php');
bash
$>./server.php start
bash
$>./server.php start -d
bash
$>./server.php stop
bash
$>./server.php restart