kphoen / sitemap-bundle
Provides a way to create/generate a sitemap using Doctrine, etc.
Installs: 42 046
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 4
Forks: 8
Open Issues: 3
Type:symfony-bundle
Requires
- php: >=7.0
- kphoen/sitemap-generator: ^1.0
- symfony/console: ^2.8|^3.0|^4.0
- symfony/framework-bundle: ^2.8|^3.0|^4.0
Requires (Dev)
- kphoen/rusty: dev-master
- phpunit/phpunit: ^6.4
- symfony/browser-kit: ^2.8|^3.0|^4.0
- symfony/translation: ^2.8|^3.0|^4.0
- symfony/validator: ^2.8|^3.0|^4.0
- symfony/var-dumper: ^2.8|^3.0|^4.0
- symfony/yaml: ^2.8|^3.0|^4.0
README
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.
Main features
- static sitemap generation
- dynamic sitemap generation
- sitemap index generation
- memory efficient
- datasource independent
- support for media content (currently images and videos)
Documentation
The documentation can be found in the Resources/doc/
directory.
Installation
All the installation instructions are in the documentation.
License
This bundle is under the MIT licence.