Download the PHP package integrated/website-bundle without Composer
On this page you can find all versions of the php package integrated/website-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download integrated/website-bundle
More information about integrated/website-bundle
Files in integrated/website-bundle
Download integrated/website-bundle
More information about integrated/website-bundle
Files in integrated/website-bundle
Vendor integrated
Package website-bundle
Short Description Provides a website front-end for content in Integrated
License MIT
Homepage http://www.integratedfordevelopers.com
Package website-bundle
Short Description Provides a website front-end for content in Integrated
License MIT
Homepage http://www.integratedfordevelopers.com
Keywords websiteIntegrated
Please rate this library. Is it a good library?
Informations about the package website-bundle
IntegratedWebsiteBundle
This bundle provides a website front-end for content in Integrated and also the capabilities to edit pages and navigation.
Requirements
- See the require section in the composer.json
Features
- Provides a website front-end for content in Integrated
- Provides capabilities to edit pages
- Provides capabilities to edit navigation
Documentation
Installation
This bundle can be installed following these steps:
Install using composer
$ php composer.phar require integrated/website-bundle:~0.3
Enable the bundle
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\WebsiteBundle\IntegratedWebsiteBundle()
// ...
);
}
Import the routing
# app/config/routing.yml
integrated_website:
resource: @IntegratedWebsiteBundle/Resources/config/routing.xml
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.
All versions of website-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-mongo Version ~1.2
symfony/symfony Version ~2.8 || ~3.0
sensio/framework-extra-bundle Version ~3.0
doctrine/mongodb Version ~1.3
doctrine/mongodb-odm Version ~1.1
doctrine/mongodb-odm-bundle Version ~3.2
integrated/library Version ~0.7
integrated/content-bundle Version ~0.7
integrated/block-bundle Version ~0.7
integrated/page-bundle Version ~0.7
integrated/theme-bundle Version ~0.7
integrated/menu-bundle Version ~0.7
integrated/channel-bundle Version ~0.7
knplabs/knp-paginator-bundle Version ~2.5
friendsofsymfony/jsrouting-bundle Version ~1.5
twbs/bootstrap Version ~3.3
ext-mongo Version ~1.2
symfony/symfony Version ~2.8 || ~3.0
sensio/framework-extra-bundle Version ~3.0
doctrine/mongodb Version ~1.3
doctrine/mongodb-odm Version ~1.1
doctrine/mongodb-odm-bundle Version ~3.2
integrated/library Version ~0.7
integrated/content-bundle Version ~0.7
integrated/block-bundle Version ~0.7
integrated/page-bundle Version ~0.7
integrated/theme-bundle Version ~0.7
integrated/menu-bundle Version ~0.7
integrated/channel-bundle Version ~0.7
knplabs/knp-paginator-bundle Version ~2.5
friendsofsymfony/jsrouting-bundle Version ~1.5
twbs/bootstrap Version ~3.3
The package integrated/website-bundle contains the following files
Loading the files please wait ....