yet another telegram bot framework
inspired by php-telegram-bot
I originally just wanted to extend it because I needed features that this package doesn't support. The extension happened so horribly - that's why I created thief
one of the main goals is to make the framework as extensible as possible
- add command storage
- webhook manager
- handle updates
- handle commands
- add attributes
- add middleware
- add dto tg responses
- add client wrapper (basically tg methods, sendMessage, ...)
- add ci cd, test, cs fixer, ...