turkishjoe/telegram-engine

There is no license information available for the latest version (dev-main) of this package.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/turkishjoe/telegram-engine

dev-main 2023-04-08 10:42 UTC

This package is auto-updated.

Last update: 2025-11-08 16:24:12 UTC


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.