Note: This repository contains the core code of the FondBot framework. If you want to to build chatbot using FondBot framework, visit the main .
About FondBot
FondBot is a framework for building chat bots.
The main goal of this project is to provide
NovaGram
An elegant, Object-Oriented, reliable PHP Telegram Bot Interface
•
Example
An example code of a simple bot.
Works with both getUpdates and Webhooks
use skrtdev\NovaGram\Bot;
use skrtdev\Telegram\Message;
$Bot = new Bot("YOUR_TOKEN");
$Bot-&