PHP code example of yggverse / hl

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

    

yggverse / hl example snippets


$master = new \Yggverse\Hl\Xash3D\Master('hl.ygg', 27010);

var_dump(
  $master->getServersIPv6()
);

var_dump(
    $master->getErrors()
);