PHP code example of demi / outlog

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

    

demi / outlog example snippets


$client = new Outlog($apiKey);
$client->basePath = '/var/www/site';

$client->notifyException($exception);
code
php composer.phar 
code
php composer.phar update