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

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

chenjia404/sitemap
==================

Laravelium Sitemap package for Laravel.

v10.0.0(2y ago)07MITPHPPHP ^8.0

Since Jun 7Pushed 2y agoCompare

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

READMEChangelog (1)Dependencies (6)Versions (2)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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1067d ago

### Community

Maintainers

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

---

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)")[![TahsinGokalp](https://avatars.githubusercontent.com/u/3122047?v=4)](https://github.com/TahsinGokalp "TahsinGokalp (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)")[![chenjia404](https://avatars.githubusercontent.com/u/2457958?v=4)](https://github.com/chenjia404 "chenjia404 (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)")

---

Tags

phplaravelxmlgeneratorhtmlSitemapgoogle-newslaravelium

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/chenjia404-sitemap/health.svg)](https://phpackages.com/packages/chenjia404-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)
