Provides the possibility to use and configure connectors on Integrated installation, which get or distribute content
- See the require section in the composer.json
This bundle can be installed following these steps:
$ php composer.phar require integrated/channel-bundle:~0.3
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\ChannelBundle\IntegratedChannelBundle()
// ...
);
}
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Pull requests are welcome. Please see our CONTRIBUTING guide.
This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website.