PHPackages                             hippomundo/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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. hippomundo/sitemap

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

hippomundo/sitemap
==================

A maintained fork of the Laravelium Sitemap package for Laravel.

10.0.1(3y ago)05.6k↓26%MITPHPPHP ^8.1CI failing

Since Nov 27Pushed 9mo agoCompare

[ Source](https://github.com/hippomundo/laravel-sitemap)[ Packagist](https://packagist.org/packages/hippomundo/sitemap)[ Docs](https://www.hippomundo.com)[ RSS](/packages/hippomundo-sitemap/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (44)Used By (0)

**[Laravelium Sitemap](https://laravelium.com) package**
========================================================

[](#laravelium-sitemap-package)

[![License](https://camo.githubusercontent.com/3d733120eb947e0d9fe647cf2a6c303f6ae274d118d7cf529a9684be7bb9c3af/68747470733a2f2f706f7365722e707567782e6f72672f686970706f6d756e646f2f736974656d61702f6c6963656e7365)](https://packagist.org/packages/hippomundo/sitemap) [![PHP tests](https://github.com/hippomundo/laravel-sitemap/workflows/PHP%20tests/badge.svg?branch=master)](https://github.com//hippomundo/laravel-sitemap/actions?query=workflow%3A%22PHP+tests%22) [![Maintainability](https://camo.githubusercontent.com/eec99d506a553a1516773ad3501251d7a457f9eabd1685e940ed02763c7c506a/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f63376238633030373961646462313231373833362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/hippomundo/laravel-sitemap/maintainability) [![Test Coverage](https://camo.githubusercontent.com/12a2d5a0f985dee923bf38b9ba1b2f5f763211cdb37866ff9c6bfed73886bd05/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f63376238633030373961646462313231373833362f746573745f636f766572616765)](https://codeclimate.com/github/hippomundo/laravel-sitemap/test_coverage) [![Style Status](https://camo.githubusercontent.com/501893d8f6e9e37a313299c0cb17085f12674e2ca5dd040d000cd38032ad1598/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f31303339323034342f736869656c643f7374796c653d6e6f726d616c266272616e63683d6d6173746572)](https://github.styleci.io/repos/10392044) [![Latest Stable Version](https://camo.githubusercontent.com/458c5fd1510c30be045e587ac012b1e64f99baa5d7d0ecc25e0360193696b7a9/68747470733a2f2f706f7365722e707567782e6f72672f686970706f6d756e646f2f736974656d61702f762f737461626c65)](https://packagist.org/packages/hippomundo/sitemap) [![Total Downloads](https://camo.githubusercontent.com/05ba21696934c48762113ed73b699549d6fcbf47bb5bb3637de1a346ffa4163b/68747470733a2f2f706f7365722e707567782e6f72672f686970706f6d756e646f2f736974656d61702f646f776e6c6f616473)](https://packagist.org/packages/hippomundo/sitemap)

*Laravelium Sitemap generator for Laravel.*

Notes
-----

[](#notes)

- Dev Branches are for development and are **UNSTABLE** (*use on your own risk*)!
- To avoid you needing to refactor existing code, we maintained the Laravelium namespace on this fork

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

[](#installation)

Run the following command and provide the latest stable version (e.g v9.\*) :

```
composer require hippomundo/sitemap
```

*or add the following to your `composer.json` file :*

#### For Laravel 9

[](#for-laravel-9)

```
"hippomundo/sitemap": "9.*"
```

(development branch)

```
"hippomundo/sitemap": "9.x-dev"
```

#### For Laravel 8

[](#for-laravel-8)

```
"hippomundo/sitemap": "8.*"
```

(development branch)

```
"hippomundo/sitemap": "8.x-dev"
```

#### For Laravel 7

[](#for-laravel-7)

```
"hippomundo/sitemap": "7.*"
```

(development branch)

```
"hippomundo/sitemap": "7.x-dev"
```

#### For Laravel 6

[](#for-laravel-6)

```
"hippomundo/sitemap": "6.*"
```

(development branch)

```
"hippomundo/sitemap": "6.x-dev"
```

#### For Laravel 5.8

[](#for-laravel-58)

```
"hippomundo/sitemap": "3.1.*"
```

(development branch)

```
"hippomundo/sitemap": "3.1.x-dev"
```

#### For Laravel 5.7

[](#for-laravel-57)

```
"hippomundo/sitemap": "3.0.*"
```

(development branch)

```
"hippomundo/sitemap": "3.0.x-dev"
```

#### For Laravel 5.6

[](#for-laravel-56)

```
"hippomundo/sitemap": "2.8.*"
```

(development branch)

```
"hippomundo/sitemap": "2.8.x-dev"
```

#### For Laravel 5.5

[](#for-laravel-55)

```
"hippomundo/sitemap": "2.7.*"
```

(development branch)

```
"hippomundo/sitemap": "2.7.x-dev"
```

*Publish needed assets (styles, views, config files) :*

```
php artisan vendor:publish --provider="Laravelium\Sitemap\SitemapServiceProvider"
```

**Note:** *Composer won't update them after `composer update`, you'll need to do it manually!*

Examples
--------

[](#examples)

- [How to generate dynamic sitemap (with optional caching)](https://github.com/Laravelium/laravel-sitemap/wiki/Dynamic-sitemap)
- [How to generate BIG sitemaps (with more than 1M items)](https://github.com/Laravelium/laravel-sitemap/wiki/Sitemap-index)
- [How to generate sitemap to a file](https://github.com/Laravelium/laravel-sitemap/wiki/Generate-sitemap)
- [How to use multiple sitemaps with sitemap index](https://github.com/Laravelium/laravel-sitemap/wiki/Generate-BIG-sitemaps)

and more in the [Wiki](https://github.com/Laravelium/laravel-sitemap/wiki).

Contribution guidelines
-----------------------

[](#contribution-guidelines)

Before submiting new merge request or creating new issue, please read [contribution guidelines](https://github.com/hippomundo/laravel-sitemap/blob/master/CONTRIBUTING.md).

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance40

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor6

6 contributors hold 50%+ of commits

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

Recently: every ~262 days

Total

38

Last Release

298d ago

Major Versions

7.x-dev → 8.x-dev2020-09-10

8.0.1 → 9.0.12022-10-25

9.0.1 → 10.02022-10-25

9.0.2 → 10.0.12023-06-12

10.0.1 → 12.x-dev2025-09-09

PHP version history (11 changes)v2.4.11PHP &gt;=5.3.0

v2.4.15PHP &gt;=5.4.0

v2.5.5PHP &gt;=5.5.9

v2.7.2PHP &gt;=7.0.0

v2.8.1PHP &gt;=7.1.3

v6.0.1PHP &gt;=7.2

7.x-devPHP &gt;=7.2.5

8.x-devPHP &gt;=7.3

9.0.1PHP &gt;=8.0

10.0.1PHP ^8.1

12.x-devPHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12523697?v=4)[Hippomundo.com](/maintainers/hippomundo)[@hippomundo](https://github.com/hippomundo)

---

Top Contributors

[![davin4u](https://avatars.githubusercontent.com/u/6419941?v=4)](https://github.com/davin4u "davin4u (8 commits)")[![klimov-paul](https://avatars.githubusercontent.com/u/1482054?v=4)](https://github.com/klimov-paul "klimov-paul (6 commits)")[![kiaking](https://avatars.githubusercontent.com/u/3753672?v=4)](https://github.com/kiaking "kiaking (5 commits)")[![Casinelli](https://avatars.githubusercontent.com/u/3205510?v=4)](https://github.com/Casinelli "Casinelli (5 commits)")[![fjborquez](https://avatars.githubusercontent.com/u/39710634?v=4)](https://github.com/fjborquez "fjborquez (4 commits)")[![sarokse](https://avatars.githubusercontent.com/u/109381?v=4)](https://github.com/sarokse "sarokse (2 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (2 commits)")[![atthakorn](https://avatars.githubusercontent.com/u/463654?v=4)](https://github.com/atthakorn "atthakorn (2 commits)")[![jaric](https://avatars.githubusercontent.com/u/86606?v=4)](https://github.com/jaric "jaric (2 commits)")[![CaraWang](https://avatars.githubusercontent.com/u/4214689?v=4)](https://github.com/CaraWang "CaraWang (2 commits)")[![kcalliauw](https://avatars.githubusercontent.com/u/1638303?v=4)](https://github.com/kcalliauw "kcalliauw (2 commits)")[![Manc](https://avatars.githubusercontent.com/u/811578?v=4)](https://github.com/Manc "Manc (1 commits)")[![marcorivm](https://avatars.githubusercontent.com/u/1222598?v=4)](https://github.com/marcorivm "marcorivm (1 commits)")[![marvinschroeder](https://avatars.githubusercontent.com/u/955978?v=4)](https://github.com/marvinschroeder "marvinschroeder (1 commits)")[![mauserrifle](https://avatars.githubusercontent.com/u/1580250?v=4)](https://github.com/mauserrifle "mauserrifle (1 commits)")[![mnking](https://avatars.githubusercontent.com/u/8109982?v=4)](https://github.com/mnking "mnking (1 commits)")[![mwsanders0](https://avatars.githubusercontent.com/u/1329593?v=4)](https://github.com/mwsanders0 "mwsanders0 (1 commits)")[![sebdesign](https://avatars.githubusercontent.com/u/667144?v=4)](https://github.com/sebdesign "sebdesign (1 commits)")[![Anahkiasen](https://avatars.githubusercontent.com/u/1321596?v=4)](https://github.com/Anahkiasen "Anahkiasen (1 commits)")[![seltix5](https://avatars.githubusercontent.com/u/11258096?v=4)](https://github.com/seltix5 "seltix5 (1 commits)")

---

Tags

phplaravelxmlgeneratorhtmlSitemapgoogle-newslaravelium

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[ultrono/laravel-sitemap

Sitemap generator for Laravel 11, 12 and 13

37460.0k16](/packages/ultrono-laravel-sitemap)[rumenx/php-sitemap

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

1.3k26.9k1](/packages/rumenx-php-sitemap)

PHPackages © 2026

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