PHP code example of moh8med / bffs

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

    

moh8med / bffs example snippets

bash
php artisan migrate
bash
# create your first monitor
php artisan monitor:create https://example.com/

# check the uptime of all sites
php artisan monitor:check-uptime
bash
php artisan octane:start --port=8001 --watch