PHP code example of makhnanov / php-telegram-html-debug

1. Go to this page and download the library: Download makhnanov/php-telegram-html-debug 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/ */

    

makhnanov / php-telegram-html-debug example snippets


define('TELEGRAM_HTML_DEBUG_BOT_TOKEN', 'YOUR_BOT_TOKEN');
define('TELEGRAM_HTML_DEBUG_CHAT_ID', '-CHAT_ID');
telegram_debug($stdClassExample, 'Your Debug Caption');