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(7y ago)3173MITPHPPHP &gt;=7.0

Since Nov 19Pushed 7y agoCompare

[ Source](https://github.com/ThePixelDeveloper/SitemapBundle)[ Packagist](https://packagist.org/packages/thepixeldeveloper/sitemap-bundle)[ RSS](/packages/thepixeldeveloper-sitemap-bundle/feed)WikiDiscussions master Synced 1mo 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 60% 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

2875d ago

Major Versions

1.0.0 → 2.0.02017-11-19

2.0.2 → 3.0.02017-11-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ad389bdf9809d81d2f58f0b886eda2854257bd432a2d2fe3d28f713abe46bf6?d=identicon)[thepixeldeveloper](/maintainers/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

[presta/sitemap-bundle

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

3929.4M28](/packages/presta-sitemap-bundle)[sulu/sulu

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

1.3k1.3M151](/packages/sulu-sulu)[rumenx/php-sitemap

Framework-agnostic Sitemap generator for PHP, Laravel, and Symfony.

1.3k15.1k1](/packages/rumenx-php-sitemap)[eprofos/user-agent-analyzer

A powerful Symfony bundle for user-agent analysis. It provides accurate detection of operating systems (Windows, MacOS, Linux, iOS, Android...), browsers (Chrome, Firefox, Safari...), and device types (Desktop, Mobile, Tablet, TV...). Supports specific version detection and includes advanced handling of special cases like WebViews and compatibility modes. Features comprehensive logging and detailed analysis results.

182.3k](/packages/eprofos-user-agent-analyzer)

PHPackages © 2026

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