PHP code example of jasekiw / php-request-logger

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

    

jasekiw / php-request-logger example snippets



stLogger\logRequest();


RequestLogger\logRequest();


RequestLogger\logRequest(__DIR__ . "/request_log.php");
bash
composer