Download the PHP package mactape/telegram-var-dump without Composer
On this page you can find all versions of the php package mactape/telegram-var-dump. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mactape/telegram-var-dump
More information about mactape/telegram-var-dump
Files in mactape/telegram-var-dump
Download mactape/telegram-var-dump
More information about mactape/telegram-var-dump
Files in mactape/telegram-var-dump
Vendor mactape
Package telegram-var-dump
Short Description PHP Bad Practices, var dump to telegram
License MIT
Package telegram-var-dump
Short Description PHP Bad Practices, var dump to telegram
License MIT
Please rate this library. Is it a good library?
Informations about the package telegram-var-dump
var_dump to telegram for Laravel
Installation and configuration
composer require mactape/telegram-var-dump
In the .env file you need to add these parameters:
- Talk to @BotFather and generate a Bot API Token.
- Then, add your Telegram Bot API Token to .env file: \
TELEGRAM_VAR_DUMP_KEY=your-bot-key
- Talk to @userinfobot and find your chat id
The output data will look as follows:
@your_telegram_nickname \ Id: YOUR_USER_ID <- you need this number \ First: Your Tg First Name \ Last: Your Tg Last Name \ Lang: en
- Then add your Telegram chat_id to .env file \
TELEGRAM_VAR_DUMP_CHAT=your_user_id
Usage
All versions of telegram-var-dump with dependencies
PHP Build Version
Package Version
The package mactape/telegram-var-dump contains the following files
Loading the files please wait ....