ac08723f5f59e8642e8502fc18ccfcaac5b7d497
tg-bot
If you know, you know
src/entryPoint.phpis the main entry-point function. It will look through all registered implementation of MessageHandler and take the first one that can handle the message. Register new message handler here.src/MessageHandler.phpis the interface for message handlers.src/repl.phpis a REPL to send test messages to the entryPoint, intended for quick tests, using PHP CLI.test/is for PHPUnit tests. It is quite empty atm and only contain a placeholder.
Description