cslant/laravel-telegram-git-notifier
Composer 安装命令:
composer require cslant/laravel-telegram-git-notifier
包简介
Send notification from Gitlab and GitHub events to Telegram
关键字:
README 文档
README
📝 Introduction
Laravel Telegram Git Notifier is a Laravel package that allows you to create a Telegram bot to receive notifications from GitHub or GitLab events and manage customization through messages and buttons on Telegram.
- Send notifications of your GitHub/GitLab repositories to Telegram Bots, Groups, Super Groups (Multiple Topics), and Channels.
- The bot must be created using the BotFather
📋 Requirements
- PHP ^8.4|^8.5
- Laravel ^11.0|^12.0
- Composer
- Core: Telegram Git Notifier
🔧 Installation
You can install this package via Composer:
composer require cslant/laravel-telegram-git-notifier
✨ What's New in v2.0
New Features
- Webhook Security:
VerifyWebhookSecretmiddleware with timing-safehash_equals()comparison - Webhook Status Command: Check webhook status via
php artisan tg-notifier:webhook:status - Deferrable Provider: Lazy-loaded service provider with singleton bindings for better performance
- API Retry Logic: Exponential backoff for Telegram API rate limits (HTTP 429)
- In-Memory Caching: Config files cached in memory with dirty flag
- Clean Template Format: Simplified emoji usage (single emoji per event type)
Improvements
- PHP 8.4+ support with
readonlyclasses and properties - Full type safety with explicit return types and nullable params
matchexpressions instead ofswitchfor cleaner code- PSR-3
LoggerInterfacesupport
Available Artisan Commands
| Command | Description |
|---|---|
tg-notifier:webhook:set |
Set the webhook URL for your Telegram bot |
tg-notifier:webhook:status |
Check the current webhook status |
tg-notifier:owner:config |
Change owner for config JSON files |
🚀 Usage
See the Usage - Telegram git notifier Documentation for a list of usage.
Please check and update some configurations in the documentation.
📖 Official Documentation
Please see the Telegram Git Notifier Documentation for more information.
✨ Supported events
GitHub Events Available
-
Push
-
Issues
-
Issue Comment
-
Pull Request
-
Pull Request Review
-
Fork
-
Commit Comment
-
Deployment
-
Deployment Status
-
Fork
-
Workflow
-
Watch
... and more events can be seen in the all GitHub events available
GitLab Events Available
-
Push
-
Tag Push
-
Issue
-
Merge Request
-
Note
-
Pipeline
-
Wiki Page
-
Build
-
Deployment
-
Release
... and more events can be seen in the all GitLab events available
License
The MIT License (MIT). Please see License File for more information.
📦 Changelog
Please see CHANGELOG for more information on what has changed recently.
cslant/laravel-telegram-git-notifier 适用场景与选型建议
cslant/laravel-telegram-git-notifier 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 51.43k 次下载、GitHub Stars 达 38, 最近一次更新时间为 2023 年 11 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「notify」 「telegram-bot」 「git-webhook」 「telegram-notifier」 「github-notifier」 「github-telegram-bot」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 cslant/laravel-telegram-git-notifier 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 cslant/laravel-telegram-git-notifier 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 cslant/laravel-telegram-git-notifier 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Send notification from Gitlab and Github events to Telegram
The PHP app to send notification from Gitlab and Github events to Telegram
Laravel 5 Flash Notifications with icons and animations and with a timeout
Tools set for messenger managing. Allows you to send any content via Telegram, Viber, WhatsApp, VK and so on
Simple and convenient object-oriented implementation Telegram bot API with php version ^7.4 support. You'll like it)
Laravel package send notify using firebase
统计信息
- 总下载量: 51.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 38
- 点击次数: 42
- 依赖项目数: 2
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-03
