PHPackages                             eor\_bah545/telegrambot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. eor\_bah545/telegrambot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eor\_bah545/telegrambot
=======================

v0.1.0(3mo ago)10PHP

Since Apr 2Pushed 3mo agoCompare

[ Source](https://github.com/EORBAH/Telegram-Bot)[ Packagist](https://packagist.org/packages/eor_bah545/telegrambot)[ RSS](/packages/eor-bah545-telegrambot/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

TelegramBot PHP Library
=======================

[](#telegrambot-php-library)

This library provides a simple and efficient way to interact with the Telegram Bot API using PHP. It allows you to send various types of messages, manage webhooks, and retrieve updates from your Telegram bot.

Installation
------------

[](#installation)

You can install this library via Composer or by cloning the GitHub repository and then using Composer.

### Via Composer

[](#via-composer)

The easiest way to install `TelegramBot` is by using Composer.

```
composer require eor_bah545/telegrambot
```

### Via GitHub and Composer

[](#via-github-and-composer)

1. **Clone the repository:**

    ```
    git clone https://github.com/Eor_bah545/TelegramBot.git
    cd TelegramBot
    ```
2. **Install dependencies with Composer:**

    ```
    composer install
    ```

Usage
-----

[](#usage)

After installation, you can include the autoloader and start using the `TelegramBot` class:

```
