PHP code example of exinfinite / helpers

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

    

exinfinite / helpers example snippets


composer 

use function Exinfinite\Helpers\<function_name_in_Functions.php_in_src_dir>;

use Exinfinite\Helpers\<class_path_in_src_dir>;