kphoen/sitemap-bundle

Provides a way to create/generate a sitemap using Doctrine, etc.

Installs: 40 495

Dependents: 0

Suggesters: 0

Security: 0

Stars: 24

Watchers: 4

Forks: 8

Open Issues: 3

Type:symfony-bundle

2.0.1 2018-09-16 16:45 UTC

This package is auto-updated.

Last update: 2024-03-05 06:55:35 UTC


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.

Read the Documentation

Installation

All the installation instructions are in the documentation.

License

This bundle is under the MIT licence.