PHP code example of intrd / php-common

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

    

intrd / php-common example snippets


$ sudo apt-get update & apt-get upgrade
$ sudo apt-get install curl php-curl php-cli
$ curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer


use php\intrdCommons as i;

$test="works!";
i::vd($test); //testing my var_dump() customized function