framebot Framework is a powerful and flexible open-source framework designed to simplify the creation and management of Telegram bots. Whether you're a seasoned developer or just starting out, framebot Framework provides the tools you need to build feature-rich bots with ease.
A Modern PHP Framework for Telegram Bot Development & Database Management
Fast ยท Secure ยท Eloquent-style ORM ยท Telegram API First
$user = User::find(1)->update(['username' => 'framebot_user']);
Message::chatId($this->chatID)->text("welcome to my telegram bot");
// Automatically sends on destruct
git clone https://github.com/alirezajavadigit/framebot.git
cd framebot
composer install
cp .env.example .env
# Telegram Configuration
TOKEN=your_bot_token_here
APP_ENV=production
# Database Settings
DB_HOST=127.0.0.1
DB_NAME=framebot
DB_USERNAME=root
DB_PASSWORD=
We welcome contributions! Please follow these steps:
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)Contribution Guidelines:
MIT License - See LICENSE for full text
Created with โค๏ธ by Alireza Javadi
Part of the Open Source Telegram Bot Ecosystem ๐ค