PHP code example of yeaha / owl

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

    

yeaha / owl example snippets


server {
    listen              127.0.0.1:12345;
    root                /PATH/TO/mysite/public;
    index               index.php;

    location @default {
            }
}

php -q /PATH/TO/mysite/server.php start