An open API service indexing awesome lists of open source software.

https://github.com/mrmuminov/php-telegram-bot

This repository is used to create own and special bots in Telegram
https://github.com/mrmuminov/php-telegram-bot

activerecord bot php php8 telegram telegram-bot telegram-bot-api

Last synced: over 1 year ago
JSON representation

This repository is used to create own and special bots in Telegram

Awesome Lists containing this project

README

          

# php-telegram-bot
---

## Installation

* Create new repository from this template and/or clone repository local pc.
* Create `config.php` from `config.example.php` file to project root path.
* Change credential information on `config.php` (database information, bot token, bot username, bot webhook url)
* Install packages via `composer`
>```shell
>composer install
>```
* Execute index.php file for checking and setting webhook.
>```shell
> php index.php
>```
> If there is no error, then there is no problem.
* Go to the Telegram bot and send the /start command
* Wow, you receive new message from our special (and super xD) telegram bot.

---
Any question:
* Issues :)
* Email: darkshadeuz@gmail.com