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

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

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/)