The KPhoenSitemapBundle provides a way to create a xml sitemap using any source you want (Doctrine, MongoDB, Faker, etc.).
This bundle aims to generate standards compliant sitemaps. For more information about sitemaps go to sitemaps.org.
The sitemap generation part is handled by the SitemapGenerator library, this bundle eases its integration into a Symfony2 application.
- static sitemap generation
- dynamic sitemap generation
- sitemap index generation
- memory efficient
- datasource independent
- support for media content (currently images and videos)
The documentation can be found in the Resources/doc/
directory.
All the installation instructions are in the documentation.
This bundle is under the MIT licence.