neneone/snapebot

PHP class-based framework to create Telegram Bots using webhook.


Keywords
bot, webhook, telegram, bot-api, bot-framework, bots, class, oop, oop-php, oop-php-framework, php, php-framework, php7, telegram-api, telegram-bot, telegram-bot-api, telegram-bots, telegrambot
License
AGPL-3.0-only

Documentation

SnapeBot

Codacy Badge License: GPL v3 GitHub repo size GitHub top language PHP from Packagist Packagist Version Packagist GitHub commit activity GitHub commits since latest release

Created by Enea Dolcini

Join the official channel for updates and the support group.

What's this?

SnapeBot is a class-based framework that allows you to easily interact with Bot APIs and make your own bots, with great built-in features like MySQL Database and CallbackData Encryption.

It also supports all the Bot API methods.

Documentation

Examples

You can find some examples in the Examples folder.

  • simpleBot: a basic usage of SnapeBot to create your first bot, with an overview of normal keyboards and inline keyboards.

Please note that the above are Examples, so if you'd like to try them you should copy them, not use them inside the src directory.