Download the PHP package vblinden/laravel-telegram-alerts without Composer
On this page you can find all versions of the php package vblinden/laravel-telegram-alerts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vblinden/laravel-telegram-alerts
More information about vblinden/laravel-telegram-alerts
Files in vblinden/laravel-telegram-alerts
Package laravel-telegram-alerts
Short Description Send a message to Telegram
License MIT
Homepage https://github.com/vblinden/laravel-telegram-alerts
Informations about the package laravel-telegram-alerts
Quickly send a message to Telegram
This package can quickly send alerts to Telegram. You can use this to notify yourself of any noteworthy events happening in your app.
Under the hood, a job is used to communicate with Telegram. This prevents your app from failing in case Telegram is down.
Installation
You can install the package via composer:
You can publish the config file with:
Usage
To send a message to Telegram, simply call TelegramAlert::message() and pass it any message you want.
To send a message to multiple recipients.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- vblinden
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-telegram-alerts with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^9.0