Download the PHP package jpblu/telegram-error-notifier without Composer
On this page you can find all versions of the php package jpblu/telegram-error-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jpblu/telegram-error-notifier
More information about jpblu/telegram-error-notifier
Files in jpblu/telegram-error-notifier
Download jpblu/telegram-error-notifier
More information about jpblu/telegram-error-notifier
Files in jpblu/telegram-error-notifier
Vendor jpblu
Package telegram-error-notifier
Short Description A PHP library to send messages to a Telegram bot in case of error. Compatible with Laravel.
License MIT
Package telegram-error-notifier
Short Description A PHP library to send messages to a Telegram bot in case of error. Compatible with Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package telegram-error-notifier
Telegram Error Notifier
A PHP library for sending alert messages to a Telegram bot. Compatible with Laravel.
Install
Usage (PHP projects)
Usage (Laravel project)
Configuration
-
Add environment variables to your
.env
file: - (Optional) Publish the config file:
Examples
Send an error message inside a try/catch
block
Notify errors inside a queued Job
Catch all unhandled exceptions in the global Exception Handler
Edit your app/Exceptions/Handler.php
file:
Manual notification
Laravel Compatibility
This package has been tested and works with the following Laravel versions:
- Laravel 8.x
- Laravel 9.x (LTS)
- Laravel 10.x (LTS)
- Laravel 11.x
- Laravel 12.x
Laravel 5.5+ may also work, as this package uses automatic service provider registration via Composer.
Acknowledgments
- GuzzleHTTP for client connection
- PHPUnit for testing suite
All versions of telegram-error-notifier with dependencies
PHP Build Version
Package Version
The package jpblu/telegram-error-notifier contains the following files
Loading the files please wait ....