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

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

victorbuild/sitemap
===================

sitemap package for Laravel10 and PHP8

10.0.0(3y ago)24.1k1MITPHPPHP ^8.1

Since Oct 26Pushed 3y agoCompare

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

READMEChangelog (2)Dependencies (6)Versions (5)Used By (0)

**Victorbuild Sitemap package**
===============================

[](#victorbuild-sitemap-package)

[![License](https://camo.githubusercontent.com/0404b65070adaa1a59f40c140ae3ebfd25c7c80656f9eca93ef2c0f1cb56bb39/68747470733a2f2f706f7365722e707567782e6f72672f766963746f726275696c642f736974656d61702f6c6963656e7365)](https://packagist.org/packages/victorbuild/sitemap)[![PHP tests](https://github.com/victorbuild/laravel-sitemap/workflows/PHP%20tests/badge.svg?branch=master)](https://github.com//victorbuild/laravel-sitemap/actions?query=workflow%3A%22PHP+tests%22)[![Maintainability](https://camo.githubusercontent.com/93b2c053f41730aed74e0d884cdb6745fa514fdb8f7de187cef77216af00d09b/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f30386435613634303633636338656635656439382f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/victorbuild/laravel-sitemap/maintainability)[![Test Coverage](https://camo.githubusercontent.com/a45d8cd3ad656b3ae9b14b7d8f77ee153a43e0eb8f3d168a09983d2145e522f6/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f30386435613634303633636338656635656439382f746573745f636f766572616765)](https://codeclimate.com/github/victorbuild/laravel-sitemap/test_coverage)[![StyleCI](https://camo.githubusercontent.com/154992ead0bc6f6d1816cf252be9b51b758667865c637c5582b0bc94220801df/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3535373435323534372f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/557452547?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/e42e7b1bcf0e5a964ec4ca262d606c81df1eb345dfbb7492e2dd2602cf3844d9/68747470733a2f2f706f7365722e707567782e6f72672f766963746f726275696c642f736974656d61702f762f737461626c65)](https://packagist.org/packages/victorbuild/sitemap)[![Total Downloads](https://camo.githubusercontent.com/164cd58a783fa4d5e02b94696b0f08254a33d4f0e8d5c144c1d9eecfd7610bb8/68747470733a2f2f706f7365722e707567782e6f72672f766963746f726275696c642f736974656d61702f646f776e6c6f616473)](https://packagist.org/packages/victorbuild/sitemap)[![PHP Version Require](https://camo.githubusercontent.com/2a91d495999fbf995ad7e7c69261f72c0dc8cba16c99cea4cb98538936dc35da/68747470733a2f2f706f7365722e707567782e6f72672f766963746f726275696c642f736974656d61702f726571756972652f706870)](https://packagist.org/packages/victorbuild/sitemap)

*Sitemap generator for Laravel10.*

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 victorbuild/sitemap
```

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

#### For Laravel 10

[](#for-laravel-10)

```
"victorbuild/sitemap": "10.*"
```

(development branch)

```
"victorbuild/sitemap": "10.x-dev"
```

#### For Laravel 9

[](#for-laravel-9)

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

(development branch)

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

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

```
php artisan vendor:publish --provider="Victorbuild\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/victorbuild/laravel-sitemap/wiki/Dynamic-sitemap)
- [How to generate BIG sitemaps (with more than 1M items)](https://github.com/victorbuild/laravel-sitemap/wiki/Generate-BIG-sitemaps)
- [How to generate sitemap to a file](https://github.com/victorbuild/laravel-sitemap/wiki/Generate-sitemap)
- [How to use multiple sitemaps with sitemap index](https://github.com/victorbuild/laravel-sitemap/wiki/Sitemap-index)

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

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

[](#contribution-guidelines)

Before submiting new merge request or creating new issue, please read [contribution guidelines](https://github.com/victorbuild/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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor4

4 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 ~224 days

Total

2

Last Release

1112d ago

Major Versions

9.0.0 → 10.0.02023-06-07

PHP version history (2 changes)9.0.0PHP ^8.0

10.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46806144?v=4)[Victor](/maintainers/victorbuild)[@victorbuild](https://github.com/victorbuild)

---

Top Contributors

[![victorbuild](https://avatars.githubusercontent.com/u/46806144?v=4)](https://github.com/victorbuild "victorbuild (18 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)")[![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)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (2 commits)")[![sarokse](https://avatars.githubusercontent.com/u/109381?v=4)](https://github.com/sarokse "sarokse (2 commits)")[![CaraWang](https://avatars.githubusercontent.com/u/4214689?v=4)](https://github.com/CaraWang "CaraWang (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)")[![Anahkiasen](https://avatars.githubusercontent.com/u/1321596?v=4)](https://github.com/Anahkiasen "Anahkiasen (1 commits)")[![sebdesign](https://avatars.githubusercontent.com/u/667144?v=4)](https://github.com/sebdesign "sebdesign (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-news

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[ultrono/laravel-sitemap

Sitemap generator for Laravel 11, 12 and 13

36447.3k12](/packages/ultrono-laravel-sitemap)[rumenx/php-sitemap

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

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

PHPackages © 2026

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