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

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

splusco/sitemap
===============

Laravelium Sitemap package for Laravel.

05PHP

Since Dec 2Pushed 3y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

**[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

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

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)")[![splusco](https://avatars.githubusercontent.com/u/10891615?v=4)](https://github.com/splusco "splusco (2 commits)")[![atthakorn](https://avatars.githubusercontent.com/u/463654?v=4)](https://github.com/atthakorn "atthakorn (2 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (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)")[![sarokse](https://avatars.githubusercontent.com/u/109381?v=4)](https://github.com/sarokse "sarokse (2 commits)")[![hackel](https://avatars.githubusercontent.com/u/583677?v=4)](https://github.com/hackel "hackel (1 commits)")[![hpakdaman](https://avatars.githubusercontent.com/u/9606809?v=4)](https://github.com/hpakdaman "hpakdaman (1 commits)")[![huangdijia](https://avatars.githubusercontent.com/u/8337659?v=4)](https://github.com/huangdijia "huangdijia (1 commits)")[![seltix5](https://avatars.githubusercontent.com/u/11258096?v=4)](https://github.com/seltix5 "seltix5 (1 commits)")[![jbrooksuk](https://avatars.githubusercontent.com/u/246103?v=4)](https://github.com/jbrooksuk "jbrooksuk (1 commits)")[![dontbug](https://avatars.githubusercontent.com/u/8143119?v=4)](https://github.com/dontbug "dontbug (1 commits)")[![davidpanyella](https://avatars.githubusercontent.com/u/878716?v=4)](https://github.com/davidpanyella "davidpanyella (1 commits)")[![mabasic](https://avatars.githubusercontent.com/u/1839930?v=4)](https://github.com/mabasic "mabasic (1 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)")

### Embed Badge

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

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

PHPackages © 2026

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