cslant / telegram-git-notifier
Send notification from Gitlab and Github events to Telegram
Fund package maintenance!
v1.5.0
2024-05-22 19:37 UTC
Requires
- php: ^8.1|^8.2
- eleirbag89/telegrambotphp: ^1.4
- guzzlehttp/guzzle: ^7.8
- symfony/http-foundation: ^6.4|^7.0
- vlucas/phpdotenv: ^5.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.0
- pestphp/pest: ^2.24
- phpstan/phpstan: ^1.0
README
This package provides the ability to integrate the Telegram messaging service with GitHub and GitLab. With this package, you can create a Telegram bot to receive notifications from GitHub or GitLab events and manage customization through messages and buttons on Telegram.
๐ Requirements
- PHP ^8.4|^8.5
- Composer
- Telegram Bot
๐ง Installation
You can install this package via Composer:
composer require cslant/telegram-git-notifier
โจ Features
- Platform Enum: Type-safe GitHub/GitLab platform handling
- ChatTarget DTO: Structured chat ID parsing with thread support
- In-Memory Caching: Config files cached in memory with dirty flag for efficient I/O
- PSR-3 Logger: Standardized logging interface support
- API Retry Logic: Exponential backoff for Telegram API rate limits (HTTP 429)
- Safe Template Rendering: Closure-isolated scope for view templates
- Strict Types: Full type safety with
readonlyproperties and explicit nullable params
๐งช Testing
composer test
๐ Official Documentation
Please see the Telegram Git Notifier Documentation for more information.
๐ฆ Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.