sokil/php-telegram-bot-starter-kit

This package is abandoned and no longer maintained. No replacement package was suggested.

0.1 2018-07-22 06:00 UTC

This package is auto-updated.

Last update: 2021-08-29 02:01:27 UTC


README

Fully featured infrastructure to organize your telegram bot. Just add your dialogs.

Installation

As project

This gives you full control over bot code, but upgrade will be difficult.

composer create-project sokil/php-telegram-bot-starter-kit

As dependency

Easily upgradeable, but need more work to modify bot codebase.

composer require sokil/php-telegram-bot-starter-kit

Add new conversation

Coming soon...