PHPackages                             nouvelletechno/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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. nouvelletechno/sitemap-bundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

nouvelletechno/sitemap-bundle
=============================

This bundle helps you generating a sitemap.xml file for your Symfony application

0.2.0(5y ago)120MITPHPPHP ^7.2.5

Since Aug 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/NouvelleTechno/sitemap-bundle)[ Packagist](https://packagist.org/packages/nouvelletechno/sitemap-bundle)[ RSS](/packages/nouvelletechno-sitemap-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (9)Versions (8)Used By (0)

WARNING: Currently under development - Nouvelle-Techno.fr Sitemap Bundle
========================================================================

[](#warning-currently-under-development---nouvelle-technofr-sitemap-bundle)

Bundle that generates dynamic sitemap.xml content with simple yaml configuration.

[![Codacy Badge](https://camo.githubusercontent.com/3bd75f800db835e27035745340aa793e2157b510320544990193693e95beba6b/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6163613730396365613564653430386662316564346137646365353639636436)](https://www.codacy.com/manual/NouvelleTechno/sitemap-bundle?utm_source=github.com&utm_medium=referral&utm_content=NouvelleTechno/sitemap-bundle&utm_campaign=Badge_Grade)[![CodeFactor](https://camo.githubusercontent.com/5017d588664fdd8cc25025d7c5f9e97910ae6c357ecadfcabe244e27cb1bf082/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f6e6f7576656c6c65746563686e6f2f736974656d61702d62756e646c652f6261646765)](https://www.codefactor.io/repository/github/nouvelletechno/sitemap-bundle)

Installation
------------

[](#installation)

`# composer require NouvelleTechno/sitemap-bundle`

### Update your routing

[](#update-your-routing)

Add a `sitemap.yaml` file inside `config/routes` and include the below content to enable new route

```
sitemap:
    resource: '@SitemapBundle/Controller/SitemapController.php'
    type: annotation
```

The bundle will then listen to `/sitemap.xml` and generate the sitemap by itself

Usage
-----

[](#usage)

The bundle generates a sitemap based on YAML configuration.

Add a `sitemap.yaml` file inside `config/packages` and customize the below example to enable your sitemap

```
sitemap:
    routes:
        # List here the different routes you want to include in the sitemap
        # Single route without parameters
        - { route: 'demos_index' }

        # Route that requires parameters
        - { route: 'demos_show', entity: 'Demos', parameters: 'id' }

        # Route with priority and frequency
        # Priority between 0 and 1
        # Frequency should be 'always', 'hourly', 'daily', 'weekly', 'monthly', 'yearly' or 'never'
        - { route: 'demos_show', entity: 'Demos', parameters: 'id', frequency: 'monthly', priority: 0.5 }
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

7

Last Release

2142d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22794180?v=4)[Benoit Gambier](/maintainers/NouvelleTechno)[@NouvelleTechno](https://github.com/NouvelleTechno)

---

Top Contributors

[![NouvelleTechno](https://avatars.githubusercontent.com/u/22794180?v=4)](https://github.com/NouvelleTechno "NouvelleTechno (18 commits)")

---

Tags

symfonybundlexmlspiderSitemapseositemap.xml

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M507](/packages/pimcore-pimcore)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)

PHPackages © 2026

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