Phobetor / rabbitmq-supervisor-bundle

Symfony bundle to automatically create and update supervisor configurations for RabbitMQ consumer daemons
MIT License
104 stars 42 forks source link

Remove templating dependency #41

Closed Phobetor closed 6 years ago

Phobetor commented 6 years ago

Templating (twig) is used to create the configuration files which is kind of bloated. As twig is no longer bundled with symfony by default it makes no sense to use it for this trivial task. That should be handled by a simple method transforming an array into a configuration file.