integrated / channel-bundle
Provides the possibility to use and configure connectors on Integrated installation, which get or distribute content
Installs: 1 091
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.4
- braincrafted/bootstrap-bundle: >=2.2
- doctrine/doctrine-bundle: ~1.6
- integrated/library: ~0.7
- knplabs/knp-paginator-bundle: ~2.5
- symfony/symfony: ~2.8 || ~3.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.8
This package is not auto-updated.
Last update: 2024-10-26 19:10:31 UTC
README
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.