PhpGram PhpGram is a PHP library for interacting with the Telegram Bot API, providing easy-to-use methods for sending messages, media, managing chats, stickers, inline queries, payments, and more. {% github https://github.com/SH20RAJ/phpgram %} Table of Contents Installation Usage Initialization Basic Usage Sending Messages and Media Managing Chats and Members Handling Stickers Inline Mode Payments Games Handling Updates Contributing License Installation Install PhpGram via Composer : composer require sh20raj/phpgram Alternatively, you can clone the repository: git clone https://github.com/SH20RAJ/phpgram.git Usage Initialization First, include the library in your PHP file and initialize PhpGram with your bot token: require_once 'path/to/phpgram.php'; $token = 'YOUR_BOT_TOKEN'; $bot = new PhpGram($token); Basic Usage // Example: Get bot information $botInfo = $bot->getMe(); echo 'Bot Username: ' . $botInfo['result']['
Our one and only aim is to reveal all the useful things on Internet in Front of People . #BeCreative