定制 laraxgram/laragram 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

laraxgram/laragram

最新稳定版本:v3.0.8

Composer 安装命令:

composer create-project laraxgram/laragram

包简介

LaraGram, an advanced framework for Telegram Bot development.

README 文档

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

统计信息

  • 总下载量: 363
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 102
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 101
  • Watchers: 3
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-01