kerneldos / telegram-bot
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kerneldos/telegram-bot
Requires
- ext-curl: *
- ext-json: *
- ext-simplexml: *
- telegram-bot/api: ^2.3
This package is auto-updated.
Last update: 2025-10-22 01:00:21 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.