laraxgram/laragram

LaraGram, an advanced framework for Telegram Bot development.

Installs: 204

Dependents: 0

Suggesters: 0

Security: 0

Stars: 63

Watchers: 3

Forks: 3

Open Issues: 0

Type:project

v3.0.2 2025-07-18 12:07 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');
});

📢 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

Report bugs, help and support, suggestions and criticisms

Email - Issues - Telegram Group