Skip to content

kerneldos/telegramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.