berriart / sitemap-bundle
This bundle provides a way to create an xml sitemap using doctrine
Installs: 9 174
Dependents: 0
Suggesters: 0
Security: 0
Stars: 19
Watchers: 4
Forks: 16
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.9
- doctrine/common: >=2.0
- doctrine/doctrine-bundle: *
- symfony/framework-bundle: >=2.6|~3.0
Requires (Dev)
- leaphub/phpcs-symfony2-standard: ~2.0.0
- pdepend/pdepend: 2.2.3
- phpmd/phpmd: @stable
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2022-11-12 05:59:19 UTC
README
Warning This project is not maintained anymore
BerriartSitemapBundle
The BerriartSitemapBundle provides a way to create a xml sitemap using doctrine in Symfony2. For more information about sitemaps go to sitemaps.org. We can say that this Bundle started as a 'clone' of the AvalancheSitemapBundle, but instead of using DoctrineMongoDBBundle it uses DoctrineBundle.
Features include:
- Easy way to add/update/delete urls and images to a sitemap
- Command for populating the sitemap with previusly created urls
- Multidomain site
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Installation
All the installation instructions are located in documentation.
License
This bundle is under the GPL2 license. See the complete license in the bundle:
Resources/meta/LICENSE
About
BerriartSitemapBundle is a Berriart initiative.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.