kerneldos / telegram-bot
There is no license information available for the latest version (v1.2) of this package.
v1.2
2020-08-21 13:22 UTC
Requires
- ext-curl: *
- ext-json: *
- ext-simplexml: *
- telegram-bot/api: ^2.3
This package is auto-updated.
Last update: 2024-10-21 23:01:20 UTC
README
Simple Telegram Bot
Simple Telegram Bot is a skeleton Telegram Bot application best for rapidly creating bots.
DIRECTORY STRUCTURE
vendor/ contains dependent 3rd-party packages
src/ main source path
REQUIREMENTS
The minimum requirement by this project template that your Web server supports PHP 5.4.0.
INSTALLATION
You can then install this project template using the following command:
composer create-project kerneldos/telegram-bot
OR
Clone the repository from github
git clone https://github.com/kerneldos/telegramBot .
Update composer components
composer update
If you do not have Composer, you may install it by following the instructions at getcomposer.org.