|
1 | 1 | # Telegram Notifications Channel for Laravel
|
2 | 2 |
|
3 |
| -[](https://packagist.org/packages/laravel-notification-channels/telegram) |
4 |
| -[](LICENSE.md) |
5 |
| -[](https://insight.sensiolabs.com/projects/d28e31ec-55ce-4306-88a3-84d5d14ad3db) |
6 |
| -[](https://scrutinizer-ci.com/g/laravel-notification-channels/telegram) |
7 |
| -[](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] |
8 | 11 |
|
9 | 12 | This package makes it easy to send Telegram notification using [Telegram Bot API](https://core.telegram.org/bots) with Laravel.
|
10 | 13 |
|
@@ -255,9 +258,31 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
|
255 | 258 |
|
256 | 259 | ## Credits
|
257 | 260 |
|
258 |
| -- [Syed Irfaq R.](https://github.com/irazasyed) |
259 |
| -- [All Contributors](../../contributors) |
| 261 | +- [Syed Irfaq R.][link-author] |
| 262 | +- [All Contributors][link-contributors] |
260 | 263 |
|
261 | 264 | ## License
|
262 | 265 |
|
263 | 266 | 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