Skip to content

integratedfordevelopers/integrated-channel-bundle

Repository files navigation

IntegratedChannelBundle

Provides the possibility to use and configure connectors on Integrated installation, which get or distribute content

Requirements

  • See the require section in the composer.json

Documentation

Installation

This bundle can be installed following these steps:

Install using composer

$ php composer.phar require integrated/channel-bundle:~0.3

Enable the bundle

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\ChannelBundle\IntegratedChannelBundle()
        // ...
    );
}

License

This bundle is under the MIT license. See the complete license in the bundle:

LICENSE

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide.

About

This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website.

About

Provides the possibility to use and configure connectors on Integrated installation, which get or distribute content

Resources

License

Stars

Watchers

Forks

Packages

No packages published