PhpBotFramework  2.0.2
A framework for Telegram Bots' APIs.
Modules | Classes | Variables
Modules

Build your own bot using modules. More...

Modules

 State
 Create a state-based bot using these methods.
 

Classes

class  PhpBotFramework\Database\User
 
class  PhpBotFramework\Utilities\BotState
 Handle users status. More...
 

Variables

 PhpBotFramework\Utilities\BotState::$status
 Current status of the user.
 

Detailed Description

Build your own bot using modules.

PhpBotFramework contains all modules and features of this framework but you're probabily not using all of them. If you prefer keeping your bot lightweight you can extends PhpFrameworkBot and use modules to add features. The BaseBot class includes command handler (command types have to be included manually), api methods and file uploading.