Skip to content

Commit 545049a

Browse files
authored
Update README.md
1 parent 15763b1 commit 545049a

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
# laravel-telegram-git-notify
1+
# Welcome to Telegram GitHub/GitLab Notifier 👋
2+
3+
With this package, you can create a Telegram bot to receive notifications from GitHub or GitLab events
4+
and manage customization through messages and buttons on Telegram.
5+
6+
![License](https://img.shields.io/github/license/cslant/laravel-telegram-git-notifier.svg?style=flat-square)
7+
[![Latest Version](https://img.shields.io/github/release/cslant/laravel-telegram-git-notifier.svg?style=flat-square)](https://github.com/cslant/laravel-telegram-git-notifier/releases)
8+
[![Total Downloads](https://img.shields.io/packagist/dt/cslant/laravel-telegram-git-notifier.svg?style=flat-square)](https://packagist.org/packages/cslant/laravel-telegram-git-notifier)
9+
![Test Status](https://img.shields.io/github/actions/workflow/status/cslant/laravel-telegram-git-notifier/setup_test.yml?label=tests&branch=main)
10+
![Code Style Status](https://img.shields.io/github/actions/workflow/status/cslant/laravel-telegram-git-notifier/php-cs-fixer.yml?label=code%20style&branch=main)
11+
[![StyleCI](https://styleci.io/repos/656960426/shield)](https://styleci.io/repos/656960426)
12+
[![Quality Score](https://img.shields.io/scrutinizer/g/cslant/laravel-telegram-git-notifier.svg?style=flat-square)](https://scrutinizer-ci.com/g/cslant/laravel-telegram-git-notifier)
13+
[![Maintainability](https://api.codeclimate.com/v1/badges/7ccaccebe9cd58ff3df5/maintainability)](https://codeclimate.com/github/cslant/laravel-telegram-git-notifier/maintainability)
14+
15+
## 📝 Information
16+
17+
- Send notifications of your GitHub/GitLab repositories to Telegram Bots, Groups, Super Groups (Multiple Topics), and Channels.
18+
- The bot must be created using the [BotFather](https://core.telegram.org/bots#6-botfather)
19+
20+
## 📋 Requirements
21+
22+
- PHP ^8.1
23+
- [Composer](https://getcomposer.org/)
24+
- Core: [Telegram Git Notifier](https://github.com/cslant/telegram-git-notifier)
25+
26+
## 🔧 Installation
27+
28+
First, please clone and install this project via [Composer](https://getcomposer.org/):
29+
30+
```bash
31+
composer require cslant/laravel-telegram-git-notifier
32+
```

0 commit comments

Comments
 (0)