PHPackages                             thepixeldeveloper/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. thepixeldeveloper/sitemap-bundle

ArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

thepixeldeveloper/sitemap-bundle
================================

A Symfony Bundle that integrates thepixeldeveloper/sitemap.

3.0.6(8y ago)3173MITPHPPHP &gt;=7.0

Since Nov 19Pushed 8y agoCompare

[ Source](https://github.com/ThePixelDeveloper/SitemapBundle)[ Packagist](https://packagist.org/packages/thepixeldeveloper/sitemap-bundle)[ RSS](/packages/thepixeldeveloper-sitemap-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (8)Versions (12)Used By (0)

Thepixeldeveloper\\SitemapBundle
================================

[](#thepixeldevelopersitemapbundle)

[![pipeline status](https://camo.githubusercontent.com/9da92ed7a3e4e4558a6fdb91d6c170057e009a52f2a2b4a65389a2b801d616f1/68747470733a2f2f7777772e6465766b69742e6e65742f6d61746865772d6461766965732f536974656d617042756e646c652f6261646765732f6d61737465722f706970656c696e652e737667)](https://www.devkit.net/mathew-davies/SitemapBundle/commits/master)[![coverage report](https://camo.githubusercontent.com/fd03a62694c72eaf2900b188c3fac9fda28daf69a484da7fc7185380ffeff843/68747470733a2f2f7777772e6465766b69742e6e65742f6d61746865772d6461766965732f536974656d617042756e646c652f6261646765732f6d61737465722f636f7665726167652e737667)](https://www.devkit.net/mathew-davies/SitemapBundle/commits/master)[![License](https://camo.githubusercontent.com/e068abc3f531eea02a660b8eed5f7c15e31e10428496b0b450ba040179062d82/68747470733a2f2f706f7365722e707567782e6f72672f746865706978656c646576656c6f7065722f736974656d61702d62756e646c652f6c6963656e7365)](https://packagist.org/packages/thepixeldeveloper/sitemap-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/49610753561e9ed07b2b37f96485a4e37e1d6408d85dd5261d5e2c2b0124f8f7/68747470733a2f2f706f7365722e707567782e6f72672f746865706978656c646576656c6f7065722f736974656d61702d62756e646c652f762f737461626c65)](https://packagist.org/packages/thepixeldeveloper/sitemap-bundle)[![Total Downloads](https://camo.githubusercontent.com/f2f319e953ed6beb8fb4580b6468b09b4ad693d4604810e43cd5e7584fad1a72/68747470733a2f2f706f7365722e707567782e6f72672f746865706978656c646576656c6f7065722f736974656d61702d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/thepixeldeveloper/sitemap-bundle)

A symfony bundle that integrates [thepixeldeveloper/sitemap](https://gitlab.com/thepixeldeveloper/sitemap).

- [Installation](#installation)
- [Usage](#usage)

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

[](#installation)

1. Require as a composer dependency:

    ```
    composer require "thepixeldeveloper/sitemap-bundle"
    ```
2. Register the bundle:

    ```
    # app/AppKernel.php
    public function registerBundles()
    {
        $bundles = [
            new Thepixeldeveloper\SitemapBundle\ThepixeldeveloperSitemapBundle(),
        ];
    }
    ```
3. Import routing

    ```
    # app/config/routing.yml
    thepixeldeveloper_sitemap_bundle:
        resource: "@ThepixeldeveloperSitemapBundle/Resources/config/routing.yml"
        prefix:   /
    ```
4. Define where the XML files will be dumped.

    ```
    thepixeldeveloper_sitemap:
        directory: '%kernel.project_dir%/var/sitemaps'
    ```

Usage
-----

[](#usage)

1. [Create an event listener](http://symfony.com/doc/current/event_dispatcher.html#creating-an-event-listener) for `theixeldeveloper_sitemap.populate`. Add Urls to the Urlset collection.
2. Sitemaps are generated as follows:

    ```
    ./bin/console thepixedeveloper:sitemap:dump
    ```
3. Your sitemap will be accessible at:

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity65

Established project with proven stability

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 ~22 days

Recently: every ~54 days

Total

11

Last Release

2928d ago

Major Versions

1.0.0 → 2.0.02017-11-19

2.0.2 → 3.0.02017-11-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47728?v=4)[Mathew Davies](/maintainers/thepixeldeveloper)[@ThePixelDeveloper](https://github.com/ThePixelDeveloper)

---

Tags

bundlephpsitemapsymfonyxmlsymfonybundlexmlSitemap

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[presta/sitemap-bundle

A Symfony bundle that provides tools to build your application sitemap.

39610.0M36](/packages/presta-sitemap-bundle)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k45](/packages/friendsoftypo3-content-blocks)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2836.4k9](/packages/inspector-apm-inspector-symfony)

PHPackages © 2026

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