PhpBotFramework icon indicating copy to clipboard operation
PhpBotFramework copied to clipboard

A framework for Telegram Bot API written in PHP.

Results 9 PhpBotFramework issues
Sort by recently updated
recently updated
newest added

Make loadLocalization portable using a wrapper for loading directory and files,

Improvement
Accepted

Add logging to php errors and Bot API erros.

Accepted
Design
Hacktoberfest

Use [php-enum](https://github.com/myclabs/php-enum/) library ofr php to avoid arbitrary values for actions that require only certains strings.

Improvement
Accepted
Hacktoberfest

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...

Improvement
Testing
Accepted

Add tests for bot commands.

Testing
Accepted

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...

Testing
Localization

Craete a class that extends Bot that use multithreading in getUpdates and handle many updates at the same time

Improvement
Accepted
Design