PHP Package: irazasyed/telegram-bot-sdk

Telegram Bot SDK is a powerful PHP library for building bots for Telegram with ease and flexibility, offering a wide range of features and robust functionality.

Current Version: 3.15.0
Last Updated: 2025-02-25
PHP Requirement: >=8.0
Dependencies:
guzzle/guzzle
symfony/config
symfony/dependency-injection
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Telegram Bot SDK is a comprehensive PHP library designed to simplify the process of creating and managing bots for Telegram. It provides developers with a set of tools and features to build interactive and engaging chatbots, including support for webhooks, inline queries, custom keyboards, and more. With Telegram Bot SDK, developers can quickly integrate Telegram bots into their applications and leverage the platform's rich set of APIs to create dynamic and interactive user experiences.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.15.0

Download Download v3.15.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/irazasyed/telegram-bot-sdk/3.15.0/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
require_once 'libs/symfony/config/7.3.4/loader.php';
require_once 'libs/symfony/dependency-injection/7.3.4/loader.php';

use Telegram\Bot\Api;
use GuzzleHttp\Client;
use Symfony\Component\Config\ConfigCache;

$obj = new Api();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.