PHP code example of solt9029 / php-utility

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

    

solt9029 / php-utility example snippets



use Solt9029\Utility;
Utility::dist([[0, 0], [10, 10]]);

composer