turkishjoe/telegram-engine
Composer 安装命令:
composer require turkishjoe/telegram-engine
包简介
README 文档
README
Hello! There is not completed project. This repository made for show idea.
I wrote telegram bot in laravel. I wanted to create something like this(with autowiring in controller method)
<?php
// in laravel routes/telegram.php
$route->text('/start', [StartController::class, 'index']);
$route->inlineKeyboard('okay_button', [StartController::class, 'okayPressed']);
I made it. But those code uses laravel engine and need to refactor. I started to refactor this and want to move some features to symfony and php/di framework(Maybe it enables to use with swoole, but i'm not sure at now). Also maybe you can use it for implement your own frawerowk.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-02-28