PHPackages                             zarincheg/telegram-bot-dialogs - 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. zarincheg/telegram-bot-dialogs

ActiveLibrary[API Development](/categories/api)

zarincheg/telegram-bot-dialogs
==============================

Telegram Bot API PHP SDK extension that allows to implement dialogs in bots

0.2.0(9y ago)391.3k26[7 issues](https://github.com/zarincheg/telegram-bot-dialogs/issues)[1 PRs](https://github.com/zarincheg/telegram-bot-dialogs/pulls)MITPHPPHP &gt;=5.5.9

Since Jun 20Pushed 2y ago3 watchersCompare

[ Source](https://github.com/zarincheg/telegram-bot-dialogs)[ Packagist](https://packagist.org/packages/zarincheg/telegram-bot-dialogs)[ Docs](https://github.com/zarincheg/telegram-bot-dialogs)[ RSS](/packages/zarincheg-telegram-bot-dialogs/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

---

⚠️ NOT SUPPORTED, HERE IS MAINTAINING FORKS:
--------------------------------------------

[](#️-not-supported-here-is-maintaining-forks)

---

telegram-bot-dialogs
====================

[](#telegram-bot-dialogs)

The extension for Telegram Bot API PHP SDK that allows to implement dialogs in bots

This libriary allows to make simple dialogs for your Telegram bots that based on the Telegram Bot API - PHP SDK ().

\###Installation You can easy install the package using Composer:

`composer require zarincheg/telegram-bot-dialogs dev-master`

After that you need to register the service provide for using with Laravel DI container Open config/app.php and, to your providers array at the bottom, add:

```
Telegram\Bot\Laravel\TelegramServiceProvider::class
```

Each dialog should be implemented as class that extends basic Dialog as you can see in example bellow:

```
