PHP code example of goudenvis / openvpn3client

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

    

goudenvis / openvpn3client example snippets


VPN_CLIENT_FOLDER=
bash
php artisan openvpn3-client:add-config {name}
bash
php artisan openvpn3-client:start {name}