Send notification from Gitlab and GitHub events to Telegram
cslant/laravel-telegram-git-notifier is a Laravel package for send notification from gitlab and github events to telegram.
It currently has 38 GitHub stars and 51.108 downloads on Packagist (latest version v1.2.0).
Install it with composer require cslant/laravel-telegram-git-notifier.
Discover more Laravel packages by cslant
or browse all Laravel packages to compare alternatives.
Last updated
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.
You can install this package via Composer:
composer require cslant/laravel-telegram-git-notifier
VerifyWebhookSecret middleware with timing-safe hash_equals() comparisonphp artisan tg-notifier:webhook:statusreadonly classes and propertiesmatch expressions instead of switch for cleaner codeLoggerInterface support| 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 |
See the Usage - Telegram git notifier Documentation for a list of usage.
Please check and update some configurations in the documentation.
Please see the Telegram Git Notifier Documentation for more information.
[x] Push
[x] Issues
[x] Issue Comment
[x] Pull Request
[x] Pull Request Review
[x] Fork
[x] Commit Comment
[x] Deployment
[x] Deployment Status
[x] Fork
[x] Workflow
[x] Watch
... and more events can be seen in the all GitHub events available
[x] Push
[x] Tag Push
[x] Issue
[x] Merge Request
[x] Note
[x] Pipeline
[x] Wiki Page
[x] Build
[x] Deployment
[x] Release
... and more events can be seen in the all GitLab events available
The MIT License (MIT). Please see License File for more information.
Please see CHANGELOG for more information on what has changed recently.