Skip to content

dekalee/enom-bundle

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages