laraxgram/laragram

LaraGram, an advanced framework for Telegram Bot development.

Installs: 319

Dependents: 0

Suggesters: 0

Security: 0

Stars: 93

Watchers: 3

Forks: 4

Type:project

v3.0.7 2025-08-19 09:46 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.

👉 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