Download the PHP package integready/laravel-telegram-logging without Composer
On this page you can find all versions of the php package integready/laravel-telegram-logging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download integready/laravel-telegram-logging
More information about integready/laravel-telegram-logging
Files in integready/laravel-telegram-logging
Download integready/laravel-telegram-logging
More information about integready/laravel-telegram-logging
Files in integready/laravel-telegram-logging
Vendor integready
Package laravel-telegram-logging
Short Description Send logs to Telegram chat via Telegram bot
License MIT
Package laravel-telegram-logging
Short Description Send logs to Telegram chat via Telegram bot
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-telegram-logging
Laravel Telegram logger
Send logs to Telegram chat via Telegram bot
Install
Define Telegram Bot Token and chat id (users telegram id) and set as environment parameters. Add to .env
Add to config/logging.php file new channel:
If your default log channel is a stack, you can add it to the stack channel like this
Or you can simply change the default log channel in the .env
Publish config file
Create bot
For using this package you need to create Telegram bot
- Go to @BotFather in the Telegram
- Send
/newbot
- Set up name and bot-name for your bot.
- Get token and add it to your .env file (it is written above)
- Go to your bot and send
/start
message
All versions of laravel-telegram-logging with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
monolog/monolog Version ~1.25
laravel/framework Version 5.6.*|5.7.*|5.8.*|^6.0
monolog/monolog Version ~1.25
laravel/framework Version 5.6.*|5.7.*|5.8.*|^6.0
The package integready/laravel-telegram-logging contains the following files
Loading the files please wait ....