Skip to content

laraXgram/LaraGram

Repository files navigation

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.

👉 Documentation

👉 Telegram support group


✳️ 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

Report bugs, help and support, suggestions and criticisms

Email - Issues - Telegram Group