camelot / sitemap
Provides a way to create/generate a sitemap using Propel, Doctrine, etc.
2.0.1
2018-09-16 16:45 UTC
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 Sitemap provides a way to create xml sitemaps using any source you want (Doctrine, Propel, MongoDB, Faker, etc.).
This bundle aims to generate standards compliant sitemaps. For more information about sitemaps go to sitemaps.org.
Main features
- static sitemap generation
- dynamic sitemap generation
- sitemap indexes support
- memory efficient
- datasource independent
- support for media content (currently images and videos)
Documentation
The documentation can be found in the doc/
directory.
Installation
All the installation instructions are in the documentation.
License
This library is under the MIT license.