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

This package is auto-updated.

Last update: 2024-04-21 21:43:16 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.