ynfinite / contao-com-bundle
Adds the Ynfinite communication functionallity
dev-master
2019-02-04 12:12 UTC
Requires
- php: ^7.0
- contao/core-bundle: ^4.4.2
- symfony/framework-bundle: ^3.3
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-11-05 00:15:51 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.