PHP code example of kynchevich / otus-test-package
1. Go to this page and download the library: Download kynchevich/otus-test-package 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/ */
kynchevich / otus-test-package example snippets
use \Kynchevich\OtusTestPackage\OtusTest;
$otusTest = new OtusTest();
$otusTest->helloWorld();