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

v1.0.0 2019-12-12 10:02 UTC

This package is auto-updated.

Last update: 2024-04-12 19:13:19 UTC


README

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.