PHPackages                             kunstmaan/sitemap-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kunstmaan/sitemap-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

kunstmaan/sitemap-bundle
========================

A sitemap bundle to generate a sitemap for your Kunstmaan bundles website based on its Nodes

7.3.1(1y ago)10112.4k↓63%11MITPHPPHP ^8.1

Since Jun 4Pushed 3w ago15 watchersCompare

[ Source](https://github.com/Kunstmaan/KunstmaanSitemapBundle)[ Packagist](https://packagist.org/packages/kunstmaan/sitemap-bundle)[ Docs](https://github.com/Kunstmaan/KunstmaanSitemapBundle)[ RSS](/packages/kunstmaan-sitemap-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (16)Versions (222)Used By (1)

KunstmaanSitemapBundle
======================

[](#kunstmaansitemapbundle)

[![Build Status](https://camo.githubusercontent.com/fd0006ea0794cecb517aebe98c2f45f6935c3d9d8d9b0fb50f391e5bc768f346/68747470733a2f2f7472617669732d63692e6f72672f4b756e73746d61616e2f4b756e73746d61616e536974656d617042756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/Kunstmaan/KunstmaanSitemapBundle)[![Total Downloads](https://camo.githubusercontent.com/eba32f65f636fe81582bf24bab03155800d6506ac0ac8b35fc60521ba80b88f7/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f736974656d61702d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/kunstmaan/sitemap-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/6e07e0ae24bb8a8f6e57b9229d5f72606b60d50c3502891b2e2030dd0b1085c6/68747470733a2f2f706f7365722e707567782e6f72672f6b756e73746d61616e2f736974656d61702d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/kunstmaan/sitemap-bundle)[![Analytics](https://camo.githubusercontent.com/d4883dc47a993c1676dbc12b85d85c5117c6d5d6555da738e1a64c7cb9e22f35/68747470733a2f2f67612d626561636f6e2e61707073706f742e636f6d2f55412d333136303733352d372f4b756e73746d61616e2f4b756e73746d61616e536974656d617042756e646c65)](https://github.com/igrigorik/ga-beacon)

The KunstmaanSitemapBundle adds a sitemap to your website. it will generate a sitemap recursively from all the children of the top nodes.

Installation instructions
-------------------------

[](#installation-instructions)

composer.json

```
    "require": {
        "kunstmaan/sitemap-bundle": "*"
    },
```

AppKernel.php:

```
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Kunstmaan\SitemapBundle\KunstmaanSitemapBundle(),
            // ...
        );
```

routing.yml

```
# KunstmaanSitemapBundle
KunstmaanSitemapBundle:
    resource: "@KunstmaanSitemapBundle/Resources/config/routing.yml"
    prefix:   /{_locale}/
    requirements:
        _locale: "%requiredlocales%"

```

Use
---

[](#use)

Once installed, you will be able to view the generated sitemap XML on the '/en/sitemap.xml' route.

Documentation
-------------

[](#documentation)

The bundle comes with a generated XML and its own sitemap page you can add to your website, for more information, check our the more detailed [documentation](https://github.com/Kunstmaan/KunstmaanSitemapBundle/blob/master/Resources/doc/SitemapBundle.md).

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance70

Regular maintenance activity

Popularity37

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity91

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 55.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~21 days

Recently: every ~166 days

Total

219

Last Release

184d ago

Major Versions

4.2.x-dev → 5.0.02016-12-08

5.10.5 → 6.0.12021-11-07

5.10.7 → 6.0.x-dev2022-09-22

6.4.0-alpha2 → 7.0.0-alpha12024-03-24

6.4.1 → 7.0.02024-03-31

PHP version history (9 changes)v0.1PHP &gt;=5.3.3

3.1.0PHP &gt;=5.4.0

3.5.0PHP &gt;=5.5.0

5.2.1PHP ^7.1

5.7.0PHP ^7.2

5.9.0PHP ^7.2|^8.0

6.2.0PHP ^8.0

7.1.0-alpha1PHP ^8.1

7.x-devPHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/62ecb43e61751f5fc28256b948ef82f76704338a102d5122b2a6b355e8e972df?d=identicon)[Kunstmaan](/maintainers/Kunstmaan)

---

Top Contributors

[![acrobat](https://avatars.githubusercontent.com/u/1374857?v=4)](https://github.com/acrobat "acrobat (35 commits)")[![sandergo90](https://avatars.githubusercontent.com/u/1516413?v=4)](https://github.com/sandergo90 "sandergo90 (6 commits)")[![wimvds](https://avatars.githubusercontent.com/u/777114?v=4)](https://github.com/wimvds "wimvds (5 commits)")[![OskarStark](https://avatars.githubusercontent.com/u/995707?v=4)](https://github.com/OskarStark "OskarStark (4 commits)")[![Devolicious](https://avatars.githubusercontent.com/u/360302?v=4)](https://github.com/Devolicious "Devolicious (3 commits)")[![krispypen](https://avatars.githubusercontent.com/u/156955?v=4)](https://github.com/krispypen "krispypen (2 commits)")[![wouterj](https://avatars.githubusercontent.com/u/749025?v=4)](https://github.com/wouterj "wouterj (2 commits)")[![denbatte](https://avatars.githubusercontent.com/u/505196?v=4)](https://github.com/denbatte "denbatte (2 commits)")[![kimausloos](https://avatars.githubusercontent.com/u/493233?v=4)](https://github.com/kimausloos "kimausloos (1 commits)")[![whitewhidow](https://avatars.githubusercontent.com/u/3006630?v=4)](https://github.com/whitewhidow "whitewhidow (1 commits)")[![dannyvw](https://avatars.githubusercontent.com/u/1218389?v=4)](https://github.com/dannyvw "dannyvw (1 commits)")[![rvanlaarhoven](https://avatars.githubusercontent.com/u/1857585?v=4)](https://github.com/rvanlaarhoven "rvanlaarhoven (1 commits)")

---

Tags

cmskunstmaanSitemap

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kunstmaan-sitemap-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kunstmaan-sitemap-bundle/health.svg)](https://phpackages.com/packages/kunstmaan-sitemap-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M236](/packages/sulu-sulu)[kunstmaan/seo-bundle

Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well.

28132.7k2](/packages/kunstmaan-seo-bundle)[oat-sa/tao-core

TAO core extension

64147.9k151](/packages/oat-sa-tao-core)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.5M73](/packages/nystudio107-craft-seomatic)[kunstmaan/tagging-bundle

Uses FabienPennequin/DoctrineExtensions-Taggable to add tagging to the Kunstmaan bundles

101.4k1](/packages/kunstmaan-tagging-bundle)[kunstmaan/form-bundle

Managing forms, fields and their submissions by the user is a key functionality missing in most platforms. By leveraging the KunstmaanPagePartBundle system in the KunstmaanFormBundle users gain an easy way to create and manage the form on their website, again without having to worry about the technical side of things.

19133.3k5](/packages/kunstmaan-form-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
