Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 589 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 589 Bytes

Basic PHP Telegram Bot

A basic Telegram bot using the [PHP Telegram Bot][1] library.

Important! Before getting started with this project, make sure you have read the official [readme][2] to understand how the PHP Telegram Bot library works and what is required to run a Telegram bot.

Let's get started then! 😃

This repository aims to give you a full fledged working production ready PHP Telegram Bot.

ToDo

  • add env files and code
  • delete all unused files
  • Add custom commands folder
  • Add unlockPTB + needed codes

Create wiki pages:

  • Installation(s)
  • Usage