laraxgram / laragram
LaraGram, an advanced framework for Telegram Bot development.
Installs: 204
Dependents: 0
Suggesters: 0
Security: 0
Stars: 58
Watchers: 3
Forks: 3
Open Issues: 0
Type:project
Requires
- php: ^8.2
- laraxgram/core: ^3.0
- laraxgram/tempora: ^1
README
From now on, LaraGram is truly a Framework!
# listens/bot.php use LaraGram\Request\Request; use LaraGram\Support\Facades\Bot; Bot::onText('hello', function (Request $request) { $request->sendMessage(chat()->id, 'hi'); });
📢 Notice: Documentation in Progress
Our official documentation is currently under development. In the meantime, you can temporarily refer to the Laravel documentation or reach out to our Telegram support group for assistance and updates.
Thank you for your patience and support!
✳️ Installation :
composer create-project laraxgram/laragram my-bot