PHP code example of ohdearapp / ohdear-pulse

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

    

ohdearapp / ohdear-pulse example snippets


'oh_dear' => [
    'pulse' => [
        'api_key' => env('OH_DEAR_API_TOKEN'),
        'site_id' => env('OH_DEAR_SITE_ID'),
    ],
],
bash
php artisan ohdear-pulse:verify
bash
php artisan vendor:publish --tag=pulse-dashboard