NeleBot X Framework
Develop your own Telegram Bot in PHP with NeleBot X!
Requirements
- API token from @BotFather [Required]
- Local Telegram Bot API or a webhost with SSL. [Required]
- PHP 7 recommented! [Required]
- PHP Extension: cURL [Required]
- PHP Extension: PDO [Optional: only for SQLite/MySQL/PostgreSQL database]
- PHP Extension: Redis [Optional: only for Redis database]
Setup
See setWebhook for the other requirements. Create and develop your custom Telegram Bot: Let’s go!
Edit your configurations
Go to NeleBot X sources and edit configs.php according to the configs variables!
How to use
See all methods and functions here and variables here.