laraxgram / laragram
LaraGram, an advanced framework for Telegram Bot development!
Installs: 191
Dependents: 0
Suggesters: 0
Security: 0
Stars: 51
Watchers: 3
Forks: 3
Open Issues: 0
Type:project
Requires
This package is auto-updated.
Last update: 2025-03-14 12:54:05 UTC
README
Version 3 tasks
- Add Console kernel
- Add HTTP Kernel
- Add AMPHP and Fiber request method
- Add Middlewares
- Add Multi Bot development capability
- Add Broadcasting
- Add Queue and Job
- Add RateLimiter
- Add Command Scheduling
- Add Concurrency
- Add Multilingual capability
- Add Logging
- Custom rewrite of Eloquent ORM
- Structural changes in project files
- Optimization and development of the caching system
- Rewrite documentation -> Under construction
- ???
From now on, LaraGram is truly a Framework!
# App/Resources/bot.php use LaraGram\Request\Request; use LaraGram\Support\Facades\Bot; Bot::onText('hello', function (Request $request) { $request->sendMessage($request->message->chat->id, 'hi'); });
✳️ Installation :
composer create-project laraxgram/laragram my-bot
⭐ Features & 📙 Document :
Some of the following features have not yet been added to version 2 and are being rewritten. They are marked with *
. All of them will be added in the next few steps.
Config
- Support Local Bot Api Server
Terminal Commands
- Manage Resources
- Manage Webhook
- Manage Dependency*
- Manage Api Controller*
- Manage Models
- Manage Migrations
- Manage Factories
- Manage Seeders
- Manage WebServer
- Manage Service Provider
Request Methods
- Curl
- Non-Response Curl
Method
Databases
- Laravel Eloquent (recommended & default)
- Model
- Migrations
- Factories
- Seeders
- Redis*
- Json (exclusive)
- Model
- Migrations
Authentication & Accessibility
Helpers
Report bugs, help and support, suggestions and criticisms
Email - Telegram - Issues - Telegram Group