PHP code example of luar / php-excimer

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

    

luar / php-excimer example snippets


use Luar\Excimer;

Excimer::trace('/var/profiles/', 'filename', $_SERVER['REQUEST_URI']);

Excimer::startTimer('/var/metrics/', 'php-memory-usage');
bash
composer