Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/azimjanovich/sysgram

This package makes it easy to work with the Telegram Bot api.
https://github.com/azimjanovich/sysgram

bot bot-framework codeigniter doctrine joomla laravel php symfony telegram yii2 zend

Last synced: about 22 hours ago
JSON representation

This package makes it easy to work with the Telegram Bot api.

Awesome Lists containing this project

README

        

# SYSGRAM - PHP TELEGRAM BOT FRAMEWORK

```bash
composer create-project azimjanovich/sysgram example-telegram-bot
```

## Set TOKEN .env file
```.env
TOKEN=
```

## Run project with NGROK
- run ngrok with 8080 port
```bash
ngrok http 8080
```
ngrok.url -> http://localhost:8080

- set ngrok url .env file
```.env
NGROK_URL=
```

- run project
```bash
php artisan serve
```