Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cslant/telegram-git-notifier
The core package to send notification from Gitlab and Github events to Telegram channels
https://github.com/cslant/telegram-git-notifier
bot cslant github-events github-notifications github-telegram github-telegram-bot gitlab-notifier gitlab-telegram gitlab-webhook notification-bot notifications php telegram telegram-bot telegram-bots telegram-messages telegram-notifications telegram-notifier telegram-notifier-core
Last synced: 4 days ago
JSON representation
The core package to send notification from Gitlab and Github events to Telegram channels
- Host: GitHub
- URL: https://github.com/cslant/telegram-git-notifier
- Owner: cslant
- License: mit
- Created: 2023-08-28T03:26:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T01:44:24.000Z (15 days ago)
- Last Synced: 2025-01-30T04:11:54.138Z (12 days ago)
- Topics: bot, cslant, github-events, github-notifications, github-telegram, github-telegram-bot, gitlab-notifier, gitlab-telegram, gitlab-webhook, notification-bot, notifications, php, telegram, telegram-bot, telegram-bots, telegram-messages, telegram-notifications, telegram-notifier, telegram-notifier-core
- Language: PHP
- Homepage: https://docs.cslant.com/telegram-git-notifier
- Size: 205 KB
- Stars: 22
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Git Notifier Core Package
This package provides the ability to integrate the Telegram messaging service and 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.1
- [Composer](https://getcomposer.org/)
- [Telegram Bot](https://core.telegram.org/api)## ๐ง Installation
You can install this package via Composer:
```bash
composer require cslant/telegram-git-notifier
```## ๐งช Testing
```bash
composer test
```## ๐ Official Documentation
Please see the [Telegram Git Notifier Documentation](https://docs.cslant.com/telegram-git-notifier) for more information.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.