This bundle will wrap the enom library.
Use composer to install this bundle :
composer require dekalee/enom-bundle
Activate it in the AppKernel.php file:
new Dekalee\EnomBundle\EnomBundle(),In your config.yml file, add your configuration:
swarrot:
provider: pub_sub
default_connection: pub_sub
connections:
pub_sub:
host: 'noneRequired'You can directly use the query service as stated in the library documentation as the services are declared in the container.