PhpBotFramework
PhpBotFramework copied to clipboard
A framework for Telegram Bot API written in PHP.
Make loadLocalization portable using a wrapper for loading directory and files,
Use [php-enum](https://github.com/myclabs/php-enum/) library ofr php to avoid arbitrary values for actions that require only certains strings.
Actually, we haven't a good code coverage and the unit tests available only covers a small part of the framework. In order to make the framework more reliable, we need...
Get a function that, if the bot is working in webhook, load only the localization file of the current language and return a localizated string by index. If the bot...
Craete a class that extends Bot that use multithreading in getUpdates and handle many updates at the same time