PHPackages                             parsidev/telegram-bot-dialog - 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. parsidev/telegram-bot-dialog

ActiveLibrary

parsidev/telegram-bot-dialog
============================

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

13PHP

Since Mar 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/parsidev/telegram-bot-dialog)[ Packagist](https://packagist.org/packages/parsidev/telegram-bot-dialog)[ RSS](/packages/parsidev-telegram-bot-dialog/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

telegram-bot-dialog
===================

[](#telegram-bot-dialog)

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 parsidev/telegram-bot-dialog`

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

```
