Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days ago
JSON representation
This package makes it easy to work with the Telegram Bot api.
- Host: GitHub
- URL: https://github.com/azimjanovich/sysgram
- Owner: azimjanovich
- Created: 2022-10-18T17:43:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T19:35:18.000Z (6 months ago)
- Last Synced: 2024-09-30T22:32:51.393Z (about 1 month ago)
- Topics: bot, bot-framework, codeigniter, doctrine, joomla, laravel, php, symfony, telegram, yii2, zend
- Language: PHP
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```