cslant/telegram-git-notifier

Send notification from Gitlab and Github events to Telegram

Maintainers

Package info

github.com/cslant/telegram-git-notifier

pkg:composer/cslant/telegram-git-notifier

Fund package maintenance!

tanhongit

Statistics

Installs: 83 667

Dependents: 6

Suggesters: 0

Stars: 23

Open Issues: 0

v1.5.0 2024-05-22 19:37 UTC

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.

Telegram git notifier core

License Latest Version on Packagist Total Downloads Test Status Code Style Status Quality Score Maintainability

๐Ÿ“‹ Requirements

๐Ÿ”ง 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 readonly properties 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.