PHP code example of sensorario / develog

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

    

sensorario / develog example snippets


src/
└── Sensorario
    └── Develog
        ├── Logger
        │   ├── AbstractLogger.php
        │   ├── HttpLogger.php
        │   ├── LoggerInterface.php
        │   ├── NoDateLogger.php
        │   ├── NormaLogger.php
        │   ├── RawLogger.php
        │   └── SymfonyLogger.php
        ├── Logger.php
        ├── PsrLogger.php
        ├── Request
        │   ├── HttpRequestObject.php
        │   └── RequestInterface.php
        ├── Request.php
        ├── Response.php
        └── SymfonyLoggerInterface.php