Download the PHP package mrmuminov/telegram-bot without Composer
On this page you can find all versions of the php package mrmuminov/telegram-bot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package telegram-bot
PHP Telegram Bot template
Get start
- Create a new repo using this template or clone this repo
- Install required packages via composer.
composer install - Copy the
config/example.params.phpfile and save it asconfig/params.php config/params.phpis a configuration file- Configure the database data from
db->sqlite - Configure the default language from
defaultLanguage - Configure the default languages list from
languages. To use multiple languages, I used themrmuminov/php-i18npackage - Type the telgram bot token in the
telegram->tokenfield. You need to get the token via @BotFather
- Configure the database data from
- To use the bot, configure webhook via
setWebhookmthod.DocssetWebhook doc - Log in to Telegram and send the
/startcommand. Finish
Requirements
- PHP version 7.0 or higher
- https://github.com/TelegramBot/Api for telegram bot methods. (
telegram-bot/api) - https://github.com/gabordemooij/redbean for woking database (
gabordemooij/redbean) - https://github.com/mrmuminov/php-i18n for internationalization (
mrmuminov/php-i18n)
All versions of telegram-bot with dependencies
PHP Build Version
Package Version
Requires
telegram-bot/api Version
^2.3
gabordemooij/redbean Version dev-master
mrmuminov/php-i18n Version ^1.0
ext-curl Version *
ext-json Version *
ext-pdo Version *
gabordemooij/redbean Version dev-master
mrmuminov/php-i18n Version ^1.0
ext-curl Version *
ext-json Version *
ext-pdo Version *
The package mrmuminov/telegram-bot contains the following files
Loading the files please wait ...