dekalee / enom-bundle
The bundle for the enom adaptor
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- dekalee/enom: ~1
- symfony/config: ~3.0|~4.0|~5.0
- symfony/dependency-injection: ~3.0|~4.0|~5.0
- symfony/http-foundation: ~3.0|~4.0|~5.0
- symfony/http-kernel: ~3.0|~4.0|~5.0
Suggests
- eightpoints/guzzle-bundle: Allows you to have some debug information for guzzle
This package is auto-updated.
Last update: 2024-11-12 20:32:27 UTC
README
This bundle will wrap the enom library.
Installation
Use composer to install this bundle :
composer require dekalee/enom-bundle
Activate it in the AppKernel.php
file:
new Dekalee\EnomBundle\EnomBundle(),
Configuration
In your config.yml
file, add your configuration:
swarrot: provider: pub_sub default_connection: pub_sub connections: pub_sub: host: 'noneRequired'
Usage
You can directly use the query service as stated in the library documentation as the services are declared in the container.