The bundle requires a bunch of configuration parameters to be set.
You can select the configuration provider you want to use. The bundle supports the following providers:
symfony_params: The bundle will look for the parameters in the Symfony param bag.settings_bundle: The bundle will look for the parameters in thehengebytes/settings-bundle.foo.bar.service_name: The bundle will look for the parameters in the servicefoo.bar.service_name. This service should implementHengebytes\WebserviceCoreAsyncBundle\Provider\ParamsProviderInterface.
- Configure with Symfony parameters
- Configure with Settings Bundle
- Configure with Service