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

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

juzaweb/sitemap
===============

Laravelium Sitemap package for Laravel.

v9.0(4y ago)0632.5k↑76.5%3MITPHPPHP &gt;=7.3 | ^8.1

Since Nov 27Pushed 4y agoCompare

[ Source](https://github.com/juzaweb/laravel-sitemap)[ Packagist](https://packagist.org/packages/juzaweb/sitemap)[ Docs](https://laravelium.com)[ RSS](/packages/juzaweb-sitemap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (37)Used By (3)

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

[](#laravelium-sitemap-package)

[![License](https://camo.githubusercontent.com/a72817b454adbadee4e1c3865e74d17c7ec35abeb533ab4cf1208ec4164f364d/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c69756d2f736974656d61702f6c6963656e7365)](https://packagist.org/packages/laravelium/sitemap) [![PHP tests](https://github.com/Laravelium/laravel-sitemap/workflows/PHP%20tests/badge.svg?branch=master)](https://github.com//Laravelium/laravel-sitemap/actions?query=workflow%3A%22PHP+tests%22) [![Maintainability](https://camo.githubusercontent.com/eec99d506a553a1516773ad3501251d7a457f9eabd1685e940ed02763c7c506a/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f63376238633030373961646462313231373833362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/Laravelium/laravel-sitemap/maintainability) [![Test Coverage](https://camo.githubusercontent.com/12a2d5a0f985dee923bf38b9ba1b2f5f763211cdb37866ff9c6bfed73886bd05/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f63376238633030373961646462313231373833362f746573745f636f766572616765)](https://codeclimate.com/github/Laravelium/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/d85e14024c08deaa89a3113294949ff197a4a390ce974d0ac2b22557df09064c/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c69756d2f736974656d61702f762f737461626c65)](https://packagist.org/packages/laravelium/sitemap) [![Total Downloads](https://camo.githubusercontent.com/cfb4d9952f25d2b506e45e79edc8199f41f0212731cb4687c66ed1e2b014a130/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c69756d2f736974656d61702f646f776e6c6f616473)](https://packagist.org/packages/laravelium/sitemap)

*Laravelium Sitemap generator for Laravel.*

Notes
-----

[](#notes)

- Dev Branches are for development and are **UNSTABLE** (*use on your own risk*)!

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

[](#installation)

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

```
composer require laravelium/sitemap
```

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

#### For Laravel 8

[](#for-laravel-8)

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

(development branch)

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

#### For Laravel 7

[](#for-laravel-7)

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

(development branch)

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

#### For Laravel 6

[](#for-laravel-6)

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

(development branch)

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

#### For Laravel 5.8

[](#for-laravel-58)

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

(development branch)

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

#### For Laravel 5.7

[](#for-laravel-57)

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

(development branch)

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

#### For Laravel 5.6

[](#for-laravel-56)

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

(development branch)

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

#### For Laravel 5.5

[](#for-laravel-55)

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

(development branch)

```
"laravelium/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://gitlab.com/Laravelium/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

43

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor7

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

Recently: every ~182 days

Total

34

Last Release

1511d ago

Major Versions

2.6.x-dev → v3.0.12018-09-04

3.1.x-dev → v6.0.12019-09-03

6.0.x-dev → v7.0.12020-03-21

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

8.0.1 → v9.02022-03-20

PHP version history (9 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

v9.0PHP &gt;=7.3 | ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3169e8a8781068840e9300a57785089da521287dbe0279fc9cc7e8de1c1d95a9?d=identicon)[juzaweb](/maintainers/juzaweb)

---

Top Contributors

[![klimov-paul](https://avatars.githubusercontent.com/u/1482054?v=4)](https://github.com/klimov-paul "klimov-paul (6 commits)")[![Casinelli](https://avatars.githubusercontent.com/u/3205510?v=4)](https://github.com/Casinelli "Casinelli (5 commits)")[![kiaking](https://avatars.githubusercontent.com/u/3753672?v=4)](https://github.com/kiaking "kiaking (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)")[![CaraWang](https://avatars.githubusercontent.com/u/4214689?v=4)](https://github.com/CaraWang "CaraWang (2 commits)")[![jaric](https://avatars.githubusercontent.com/u/86606?v=4)](https://github.com/jaric "jaric (2 commits)")[![juzaweb](https://avatars.githubusercontent.com/u/47020363?v=4)](https://github.com/juzaweb "juzaweb (2 commits)")[![maciekfreak](https://avatars.githubusercontent.com/u/6990935?v=4)](https://github.com/maciekfreak "maciekfreak (1 commits)")[![MalikinSergey](https://avatars.githubusercontent.com/u/8463996?v=4)](https://github.com/MalikinSergey "MalikinSergey (1 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)")

---

Tags

phplaravelxmlgeneratorhtmlSitemapgoogle-newslaravelium

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[ultrono/laravel-sitemap

Sitemap generator for Laravel 11, 12 and 13

36412.6k6](/packages/ultrono-laravel-sitemap)[rumenx/php-sitemap

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

1.3k15.1k1](/packages/rumenx-php-sitemap)

PHPackages © 2026

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