yehudae/telegram-bots-class

Telegram-api-bots class

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 4

Open Issues: 1

pkg:composer/yehudae/telegram-bots-class

v0.1 2019-11-24 19:59 UTC

This package is auto-updated.

Last update: 2025-11-29 03:10:07 UTC


README

the best class in php to telegram-bots!!!

install

$ composer install yehudae/telegram-bots-class

use:

define('BOT', array(
    "token" => "<TOKEN>",
    "webHookUrl" => "https://telegram.org/Bot.php",
    "allowed_updates" => array ("message", "edited_message"),
    "debug" => false
    ));

require_once("src/autoload.php");

Contact in telegram: @YehudaEisenbergBot