PHP code example of devquick / report-sdk-php

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

    

devquick / report-sdk-php example snippets




use Dotenv\Dotenv;

$dotenv = Dotenv::createImmutable(__DIR__);
$dotenv->load();

$apiKey = getenv('DEVQUICK_MONITOR_API_KEY');
ini
# Configuración de DevQuick Monitor SDK
DEVQUICK_MONITOR_API_KEY=tu_api_key