PHP code example of walerij / hello

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

    

walerij / hello example snippets




$h= new Hello();

echo $h->hello("Денис"); //Привет, Денис

echo $h->hello_par("Виктор","Добрый день"); //Добрый день, Виктор!