On Paas platforms like Heroku, it is common for addons to expose their credentials as an URL (amqp://login:password@host:post/vhost in the case of RabbitMQ). In my project, I currently rely on prependExtensionConfiguration in my own DI extension to parse the URL into the format of the bundle. What do you think about supporting the url-based configuration in the bundle directly ?
On Paas platforms like Heroku, it is common for addons to expose their credentials as an URL (
amqp://login:password@host:post/vhost
in the case of RabbitMQ). In my project, I currently rely onprependExtensionConfiguration
in my own DI extension to parse the URL into the format of the bundle. What do you think about supporting the url-based configuration in the bundle directly ?