ynfinite/contao-com-bundle

Adds the Ynfinite communication functionallity

Installs: 294

Dependents: 0

Suggesters: 0

Security: 0

Language:JavaScript

Type:contao-bundle

dev-master 2019-02-04 12:12 UTC

This package is auto-updated.

Last update: 2024-04-04 23:00:29 UTC


README

Ynfinte is a marketing automation solution for everyone. Visite the projekt website for more information.

The communication bundle for Contao CMS enables communication from your website to Ynfinite and vice versa.

Installation

Run the following command in your project directory:

php composer.phar require ynfinite/com-bundle

Activation

Adjust to your app/AppKernel.php file:

// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Ynfinite\ComBundle\YnfiniteComBundle(),
        ];
    }
}

License

Contao is licensed under the terms of the LGPLv3. Ynfinite ComBundle is licensed under the terms of the MIT licence

Getting support

Visit the support page to learn about the available support options.