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
- Host: GitHub
- URL: https://github.com/mrmuminov/php-telegram-bot
- Owner: mrmuminov
- License: bsd-3-clause
- Created: 2022-08-23T10:06:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T01:51:00.000Z (about 3 years ago)
- Last Synced: 2025-03-26T20:09:13.319Z (over 1 year ago)
- Topics: activerecord, bot, php, php8, telegram, telegram-bot, telegram-bot-api
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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