PHPackages                             cebe/luya-module-sitemap - 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. cebe/luya-module-sitemap

ActiveLuya-module[Utility &amp; Helpers](/categories/utility)

cebe/luya-module-sitemap
========================

sitemap.xml module for luya CMS

1.5.0(2y ago)115.9k↓33.3%5[1 issues](https://github.com/cebe/luya-module-sitemap/issues)BSD-3-ClausePHPCI failing

Since Jun 20Pushed 2y ago3 watchersCompare

[ Source](https://github.com/cebe/luya-module-sitemap)[ Packagist](https://packagist.org/packages/cebe/luya-module-sitemap)[ Docs](https://github.com/cebe/luya-module-sitemap#readme)[ RSS](/packages/cebe-luya-module-sitemap/feed)WikiDiscussions master Synced 1mo ago

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

 [![LUYA Logo](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)

LUYA sitemap.xml Module
=======================

[](#luya-sitemapxml-module)

[![Latest Stable Version](https://camo.githubusercontent.com/e81bebcb68b77241165a4ada2c7da8794286366a0033a1fd5bc432b049d9d3cd/68747470733a2f2f706f7365722e707567782e6f72672f636562652f6c7579612d6d6f64756c652d736974656d61702f762f737461626c65)](https://packagist.org/packages/cebe/luya-module-sitemap)[![Build Status](https://camo.githubusercontent.com/b70c8a15c04e086f0c189ecefca0aeeeb8d7b08d8337283982540be5ef1765b9/68747470733a2f2f7472617669732d63692e6f72672f636562652f6c7579612d6d6f64756c652d736974656d61702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cebe/luya-module-sitemap)[![License](https://camo.githubusercontent.com/86e62ee0a2630584a4c08788a36b2f54205a31fe77f5045de378e8886aeb1bed/68747470733a2f2f706f7365722e707567782e6f72672f636562652f6c7579612d6d6f64756c652d736974656d61702f6c6963656e7365)](https://packagist.org/packages/cebe/luya-module-sitemap)[![LUYA](https://camo.githubusercontent.com/c30b61934591d3a6fcb8718a93fd61bf840c0abd8a8d49aa0fdd4ab99567bdf4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f776572656425323062792d4c5559412d627269676874677265656e2e737667)](https://luya.io)

The LUYA sitemap.xml module provides sitemap.xml support for SEO.

Currently it only generates sitemap entries for pages created by the CMS module.

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

[](#installation)

For the installation of modules Composer is required.

```
composer require cebe/luya-module-sitemap

```

### Configuration

[](#configuration)

Add the frontend module of the sitemap module to your configuration modules section:

```
return [
    'modules' => [
        // ...
        'sitemap' => [
            'class' => cebe\luya\sitemap\Module::class,
            // available configuration options:

            // include hidden pages in sitemap.xml, default=false
            //'withHidden' => true,

            // encode urls in sitemap.xml, default=true
            //'encodeUrls' => true,
        ],
        // ...
    ],
];
```

> Please note that the module name *sitemap* is required and should not be changed!

Development &amp; Testing
-------------------------

[](#development--testing)

In order to run the unit tests install sqlite

```
sudo apt-get install php-sqlite3
```

and run the tests

```
./vendor/bin/phpunit tests/
```

Support
-------

[](#support)

Professional support, consulting as well as software development services are available:

Development of this library is sponsored by [cebe.:cloud: "Your Professional Deployment Platform"](https://cebe.cloud).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 51.6% 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 ~285 days

Recently: every ~406 days

Total

8

Last Release

885d ago

Major Versions

0.9.0-beta → 1.0.02019-05-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/261a6249c6f605f3956a2fae40fbb813f6b2e1e6f2bf806180c851a965426e54?d=identicon)[cebe](/maintainers/cebe)

---

Top Contributors

[![cebe](https://avatars.githubusercontent.com/u/189796?v=4)](https://github.com/cebe "cebe (33 commits)")[![SOHELAHMED7](https://avatars.githubusercontent.com/u/6770119?v=4)](https://github.com/SOHELAHMED7 "SOHELAHMED7 (14 commits)")[![nadar](https://avatars.githubusercontent.com/u/3417221?v=4)](https://github.com/nadar "nadar (10 commits)")[![rochdi80tn](https://avatars.githubusercontent.com/u/5963352?v=4)](https://github.com/rochdi80tn "rochdi80tn (5 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![Robot72](https://avatars.githubusercontent.com/u/5987937?v=4)](https://github.com/Robot72 "Robot72 (1 commits)")

---

Tags

cmshacktoberfestluyaphpsitemapSitemapseoluyasitemap.xml

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/cebe-luya-module-sitemap/health.svg)

```
[![Health](https://phpackages.com/badges/cebe-luya-module-sitemap/health.svg)](https://phpackages.com/packages/cebe-luya-module-sitemap)
```

###  Alternatives

[novactive/ezseobundle

Novactive eZ SEO Bundle is an Ibexa Platform bundle for SEO simplications. metas, sitemaps, robots.txt, etc.

26252.0k2](/packages/novactive-ezseobundle)[kphoen/sitemap-bundle

Provides a way to create/generate a sitemap using Doctrine, etc.

2444.8k](/packages/kphoen-sitemap-bundle)[fomvasss/laravel-meta-tags

A package to manage SEO (meta-tags, xml-fields, etc.)

3028.9k](/packages/fomvasss-laravel-meta-tags)[kphoen/sitemap-generator

Provides a way to create/generate a sitemap using Propel, Doctrine, etc.

1687.8k4](/packages/kphoen-sitemap-generator)[devrabiul/laravel-seo-manager

Laravel SEO Manager is an SEO tool that improves SEO by adding recommended meta tags.

404.8k](/packages/devrabiul-laravel-seo-manager)[asika/sitemap

PHP Simple Sitemap Generator

1918.0k](/packages/asika-sitemap)

PHPackages © 2026

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