Download the PHP package mmaurice/tgbot-core without Composer
On this page you can find all versions of the php package mmaurice/tgbot-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package tgbot-core
КРАТКАЯ ИНСТРУКЦИЯ
позаимствована из проекта -
1) Зарегистрировать бота можно, перейдя к ТГ-боту и запустив команду: /newbot 2) После регистрации бота будет выдан [token] 3) Необходимо развернуть приложение бота на web-сервере с SSL-сертификатом 4) Зарегистрировать webhook для приложения бота, перейдя по ссылке: https://api.telegram.org/bot[token]/setWebhook?url=[handler-url] где, [token] - выданный боту токен [handler-url] - путь к handler приложения для вебхука (в формате: https://site.com/path/to/handler.php) 5) Готово
All versions of tgbot-core with dependencies
telegram-bot/api Version 2.3.23
php-di/php-di Version dev-master
rakibtg/sleekdb Version dev-master