integrated / sitemap-bundle
Integrated Sitemap Bundle
1.0.1
2016-11-14 11:13 UTC
Requires
- php: >=5.4
- ext-mongo: ~1.2
- doctrine/mongodb: ~1.3
- doctrine/mongodb-odm: ~1.1.2
- doctrine/mongodb-odm-bundle: ~3.2
- integrated/content-bundle: ~0.6
- integrated/website-bundle: ~0.6
- sensio/framework-extra-bundle: ~3.0
- symfony/symfony: ~2.7
README
This bundle provides the frontend of sitemaps
Requirements
- See the require section in the composer.json
Features
- Sitemap management
Documentation
Installation
This bundle can be installed following these steps:
Install using composer
$ php composer.phar require integrated/sitemap-bundle:^1.0
Enable the bundle
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\SitemapBundle\IntegratedSitemapBundle()
// ...
);
}
Import the routing
# app/config/routing.yml
integrated_sitemap:
resource: @IntegratedSitemapBundle/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.