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

ActiveSymfony-bundle

symedit/sitemap-bundle
======================

Sitemap generator for entities in Symfony

v0.11(10y ago)110PHP

Since May 1Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (20)Used By (0)

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

[](#sitemapbundle)

Basic Setup:

```
symedit_sitemap:
    models:
        blog_posts:
            repository: symedit.repository.post
            method: findPublished
            route:
                path: blog_show_slug
                params:
                    slug: $slug
            changefreq: monthly
            lastmod: updatedAt
            priority: 0.6
```

Inside of the route params, or the route path you can prefix strings with a dollar sign ($). This will try to fetch the current models value. So using `$slug` would try to fetch the objects public property $slug, or try to fetch it via getSlug() using Symfony's PropertyAccess Component.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~123 days

Total

19

Last Release

3880d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8ccfee088856a7ccc5fb5a5453978f60fe0a48eaef1868068367d7bf7ecc770?d=identicon)[isometriks](/maintainers/isometriks)

---

Top Contributors

[![isometriks](https://avatars.githubusercontent.com/u/1325995?v=4)](https://github.com/isometriks "isometriks (19 commits)")

### Embed Badge

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

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

PHPackages © 2026

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