PHPackages                             tds/telegram-bundle - 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. [API Development](/categories/api)
4. /
5. tds/telegram-bundle

ActiveLibrary[API Development](/categories/api)

tds/telegram-bundle
===================

Symfony service wrapper for irazasyed/telegram-bot-sdk

011PHP

Since May 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/TrueDrago/TDSTelegramBundle)[ Packagist](https://packagist.org/packages/tds/telegram-bundle)[ RSS](/packages/tds-telegram-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TDSTelegramBundle
=================

[](#tdstelegrambundle)

TDSTelegramBundle is just a service wrapper for [Telegram Bot API PHP SDK](https://telegram-bot-sdk.readme.io/)

**WARNING**Not all features of the original SDK are supported (although the main features are working). See the **TODOs** section for more info.

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

[](#installation)

**Step 1: Download Bundle using composer**

Require the bundle with composer:

```
$ composer require tds/telegram-bundle "dev-master"

```

Composer will install the bundle to your project's vendor directory.

**Step 2: Enable the bundle**

Enable the bundle in the kernel:

```
