Skip to content

Commit 04afca0

Browse files
authored
Revise badges and links.
1 parent afd33b2 commit 04afca0

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

README.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Telegram Notifications Channel for Laravel
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/telegram.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/telegram)
4-
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
5-
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/d28e31ec-55ce-4306-88a3-84d5d14ad3db.svg?style=flat-square)](https://insight.sensiolabs.com/projects/d28e31ec-55ce-4306-88a3-84d5d14ad3db)
6-
[![Quality Score](https://img.shields.io/scrutinizer/g/laravel-notification-channels/telegram.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/telegram)
7-
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/telegram.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/telegram)
3+
[![Join PHP Chat][ico-phpchat]][link-phpchat]
4+
[![Chat on Telegram][ico-telegram]][link-telegram]
5+
[![Laravel Package][ico-laravel]][link-repo]
6+
[![Latest Version on Packagist][ico-version]][link-packagist]
7+
[![Software License][ico-license]](LICENSE.md)
8+
[![SensioLabsInsight][ico-sensiolabs]][link-sensiolabs]
9+
[![Quality Score][ico-code-quality]][link-code-quality]
10+
[![Total Downloads][ico-downloads]][link-packagist]
811

912
This package makes it easy to send Telegram notification using [Telegram Bot API](https://core.telegram.org/bots) with Laravel.
1013

@@ -255,9 +258,31 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
255258

256259
## Credits
257260

258-
- [Syed Irfaq R.](https://github.com/irazasyed)
259-
- [All Contributors](../../contributors)
261+
- [Syed Irfaq R.][link-author]
262+
- [All Contributors][link-contributors]
260263

261264
## License
262265

263266
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
267+
268+
[ico-phpchat]: https://img.shields.io/badge/Slack-PHP%20Chat-5c6aaa.svg?style=flat-square&logo=slack&labelColor=4A154B
269+
[ico-telegram]: https://img.shields.io/badge/@PHPChatCo-2CA5E0.svg?style=flat-square&logo=telegram&label=Telegram
270+
[ico-laravel]: https://img.shields.io/badge/Laravel-5|6-FF2D20.svg?style=flat-square&logo=laravel&labelColor=black&logoColor=white
271+
[ico-version]: https://img.shields.io/packagist/v/laravel-notification-channels/telegram.svg?style=flat-square
272+
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
273+
[ico-travis]: https://img.shields.io/travis/laravel-notification-channels/telegram/master.svg?style=flat-square
274+
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/telegram.svg?style=flat-square
275+
[ico-code-quality]: https://img.shields.io/scrutinizer/g/laravel-notification-channels/telegram.svg?style=flat-square
276+
[ico-downloads]: https://img.shields.io/packagist/dt/laravel-notification-channels/telegram.svg?style=flat-square
277+
[ico-sensiolabs]: https://img.shields.io/sensiolabs/i/d28e31ec-55ce-4306-88a3-84d5d14ad3db.svg?style=flat-square
278+
279+
[link-phpchat]: https://phpchat.co/?ref=laravel-channel-telegram
280+
[link-telegram]: https://t.me/PHPChatCo
281+
[link-repo]: https://github.com/laravel-notification-channels/telegram
282+
[link-packagist]: https://packagist.org/packages/laravel-notification-channels/telegram
283+
[link-travis]: https://travis-ci.org/laravel-notification-channels/telegram
284+
[link-scrutinizer]: https://scrutinizer-ci.com/g/laravel-notification-channels/telegram/code-structure
285+
[link-sensiolabs]: https://insight.sensiolabs.com/projects/d28e31ec-55ce-4306-88a3-84d5d14ad3db
286+
[link-code-quality]: https://scrutinizer-ci.com/g/laravel-notification-channels/telegram
287+
[link-author]: https://github.com/irazasyed
288+
[link-contributors]: ../../contributors

0 commit comments

Comments
 (0)