Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.05 KB

Dekalee Enom

Latest Stable Version Total Downloads License

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.