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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eab/tutei-sitemap-bundle
========================

eZ Publish 5 Bundle to generate an XML sitemap on the fly

0.9.5(8y ago)0852[1 PRs](https://github.com/eab-dev/TuteiSitemapBundle/pulls)GPL-2.0PHP

Since Nov 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/eab-dev/TuteiSitemapBundle)[ Packagist](https://packagist.org/packages/eab/tutei-sitemap-bundle)[ RSS](/packages/eab-tutei-sitemap-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

SitemapBundle
=============

[](#sitemapbundle)

A simple eZ Publish 5 bundle providing a controller to generate an XML sitemap on the fly. It provides a human-readable stylesheet.

How to install
--------------

[](#how-to-install)

Install into vendors using composer:

```
composer --update-no-dev require "eab/tutei-sitemap-bundle":">=0.9"

```

Or download into src using git:

```
git clone https://github.com/eab-dev/TuteiSitemapBundle.git src/Tutei/SitemapBundle

```

Edit `ezpublish/EzPublishKernel.php` and add the following to the registerBundles() function:

```
new Tutei\SitemapBundle\TuteiSitemapBundle()

```

*Important:* make sure your main bundle comes below it.

Add the following to `ezpublish/config/routing.yml`:

```
tutei_sitemap:
    resource: "@TuteiSitemapBundle/Resources/config/routing.yml"

```

Run the following to install the bundle assets:

```
php ezpublish/console assets:install --symlink web

```

How to configure
----------------

[](#how-to-configure)

### Minimal configuration

[](#minimal-configuration)

Add something like the following to your own `services.yml`:

```
parameters:
    tutei_sitemap.classes:
        - folder
        - article

    tutei_sitemap.base_url:
        http://example.com

```

How to use
----------

[](#how-to-use)

To view your sitemap access: `/sitemap.xml`

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~127 days

Recently: every ~159 days

Total

6

Last Release

3193d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64753475f7cc603de573e127dfa686575fb5b81d627ff1b1bf7ef4cad73c0b42?d=identicon)[eab](/maintainers/eab)

---

Top Contributors

[![Simounet](https://avatars.githubusercontent.com/u/582666?v=4)](https://github.com/Simounet "Simounet (3 commits)")[![thiagocamposviana](https://avatars.githubusercontent.com/u/353112?v=4)](https://github.com/thiagocamposviana "thiagocamposviana (2 commits)")

### Embed Badge

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

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

###  Alternatives

[butschster/meta-tags

The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project

628730.7k2](/packages/butschster-meta-tags)

PHPackages © 2026

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