expirenza / telegram-helper
Helper for messaging through EXPIRENZA Telegram Bots API
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/expirenza/telegram-helper
Requires
- php: >=7.0.0
This package is auto-updated.
Last update: 2025-09-24 00:48:45 UTC
README
Helper for messaging through EXPIRENZA Telegram Bots API
Installation
- All the
code
required to get started
Clone
- Clone this repo to your local machine using
https://github.com/EXPIRENZA/telegram-helper
Composer
$ composer require expirenza/telegram-helper "^1.0.0"
How to use
<?php
$helper = new TelegramHelper('OB9ymid4WQQNy-YNEJCHhXPgZRc2WhbA', true);
$helper->addMessage('Broadcast Message 1');
$helper->addMessage('Broadcast Message 2');
$helper->addMessage('Broadcast Message 3');
$helper->addMessage('Private Message Text', '+10000000000');
Support
Reach out to me at one of the following places!