https://github.com/reactmore/telegrambotcore
Telegram Bot library for Codeigniter 4
https://github.com/reactmore/telegrambotcore
Last synced: 6 months ago
JSON representation
Telegram Bot library for Codeigniter 4
- Host: GitHub
- URL: https://github.com/reactmore/telegrambotcore
- Owner: reactmore
- License: mit
- Created: 2022-03-15T11:32:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T14:22:02.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T13:29:07.155Z (about 1 year ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telegram Bot Library For Codeigniter 4
## To Do
- Webhook Configuration
- Database Migrations
- Route
- Logger
-
## Usage
Install Package:
```
composer require reactmore/telegrambotcore dev-master.
```
Copy and Create Configurations
```
php spark botcore:publish.
```
CLI Command
```
php spark botcore:getUpdatesCLI.
Result :
**** Running BOT ****
2022-03-15 20:37:16 - Processed 2 updates
{"ok":true,"result":[]}
```
## Credit
- [Longman For PHP BOT CORE](https://github.com/php-telegram-bot/)