Bizmuth Bot is an HTTP-based framework to run usual chatbots using the transport of your choice (twitch, youtube, slack).
It's architecture uses Mercure as a central part of the application. This would probably also work using RabbitMQ although this served as an experiment around the Symfony EventSourceHttpClient.
The asynchronous framework DriftPHP is used to handle asynchronous connections to chat providers (eg: twitch irc) and and access to these providers through an HTTP API.
Part of this project basis comes from @flugv1 twitch chatbot.
Commands run through supervisord, with docker you have supervisord and mercure pre-configured:
docker-compose up --build
For production we use mercure.rocks managed hub.