Download the PHP package rakshazi/telegram-notify without Composer
On this page you can find all versions of the php package rakshazi/telegram-notify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rakshazi/telegram-notify
More information about rakshazi/telegram-notify
Files in rakshazi/telegram-notify
Download rakshazi/telegram-notify
More information about rakshazi/telegram-notify
Files in rakshazi/telegram-notify
Vendor rakshazi
Package telegram-notify
Short Description Get notifications from multiple services to Telegram
License MIT
Package telegram-notify
Short Description Get notifications from multiple services to Telegram
License MIT
Please rate this library. Is it a good library?
Informations about the package telegram-notify
Telegram Notify
This library collects data from multiple services, converts (transforms) it and send you as Telegram Message.
Usage
- Create Telegram Bot - you need only token here
- Add bot to any chat or send it a message directly
- Open URL
https://api.telegram.org/bot<BOT TOKEN>/getUpdates
(replace<BOT TOKEN>
with your bot token) and get your chat id(-s). - Write configuration array for Telegram Notify library:
Good! Now you need create function, which will check if message was already sent.
I use mauris/packer (you need dev-master version for exists
function)
as storage for already sent messages, here is it:
Very good! Final run script must be something like this (I use it for my private integration):
All versions of telegram-notify with dependencies
PHP Build Version
Package Version
Requires
ext-curl Version
*
ext-iconv Version *
ext-imap Version *
ext-xml Version *
ext-json Version *
php-curl-class/php-curl-class Version ^7.0
ext-iconv Version *
ext-imap Version *
ext-xml Version *
ext-json Version *
php-curl-class/php-curl-class Version ^7.0
The package rakshazi/telegram-notify contains the following files
Loading the files please wait ....