laraxgram / laragram
LaraGram, an advanced framework for Telegram Bot development.
v3.0.7
2025-08-19 09:46 UTC
Requires
- php: ^8.2
- laraxgram/core: ^3.0
- laraxgram/tempora: ^1
Requires (Dev)
- fakerphp/faker: ^1.23
This package is auto-updated.
Last update: 2025-09-16 13:32:28 UTC
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'); });
📚 Official Documentation
LaraGram now ships with complete documentation covering every major feature of the framework.
✳️ Installation :
composer create-project laraxgram/laragram my-bot
✨ Key Features at a Glance
- 🔐 Permission system (Gate & Policy)
- 🧠 Caching (7 drivers) + Step Manager
- 🔁 Fluent Collections
- ⚙️ Concurrency system
- 💻 Console commands & task scheduling
- 📦 Rewritten Eloquent ORM with multi-DB support
- 📐 Migrations, Seeders, Factories
- 🔒 Crypt & Hash systems
- 📢 Event Dispatcher
- 📁 File system
- 🧭 Listener system (routing-style)
- 📝 Logging, Queues, Jobs, Redis, Validation, i18n
- 🤖 Multi-bot support + config/cache optimization