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

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

clivewalkden/jigsaw-sitemap
===========================

Sitemap and sitemap index builder for Jigsaw.

v1.3.1(3y ago)0820MITPHP

Since Sep 29Pushed 3y agoCompare

[ Source](https://github.com/clivewalkden/jigsaw-sitemap)[ Packagist](https://packagist.org/packages/clivewalkden/jigsaw-sitemap)[ Docs](https://github.com/eastslopestudio/jigsaw-sitemap)[ GitHub Sponsors](https://github.com/clivewalkden)[ Fund](https://ko-fi.com/clivewalkden)[ RSS](/packages/clivewalkden-jigsaw-sitemap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (9)Used By (0)

Jigsaw Sitemap
==============

[](#jigsaw-sitemap)

[![Latest version](https://camo.githubusercontent.com/a51a28b8b6343325db355dfe80c8120c8ee2aaca8cca6b75f31a52d8dedb1f08/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c69766577616c6b64656e2f6a69677361772d736974656d61702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/clivewalkden/jigsaw-sitemap)[![Quality Score](https://camo.githubusercontent.com/f04e9eb37f9cc6bb48d80befb8f2f0f69725cb54b2a4932157e4f23278955794/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636c69766577616c6b64656e2f6a69677361772d736974656d61702f6261646765732f7175616c6974792d73636f72652e706e673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/clivewalkden/jigsaw-sitemap/)[![PSR2 Conformance](https://camo.githubusercontent.com/6334db2907b83a43af200cfc0dafa0d5d1b48509935757bf87fc468be0202c3e/68747470733a2f2f7374796c6563692e696f2f7265706f732f3432303737353332342f736869656c64)](https://styleci.io/repos/420775324/)

Sitemap and sitemap index builder for [Jigsaw](https://jigsaw.tighten.co).

---

Usage
-----

[](#usage)

Add as an event [listener](https://jigsaw.tighten.co/docs/event-listeners) in `bootstrap.php`.

```
use CliveWalkden\JigsawSitemap\SitemapListener;

/**
 * An afterBuild event is fired after the build is complete, and all output files
 * have been written to the build directory. This allows you to obtain a list of
 * the output file paths (to use, for example, when creating a sitemap.xml file),
 * programmatically create output files, or take care of any other post-processing tasks.
 *
 * @link http://jigsaw.tighten.co/docs/event-listeners/
 */
$events->afterBuild([
    SitemapListener::class,
]);
```

> Note: You can exclude files from the sitemap by adding the following to your `config.php`:

```
'sitemap' => [
    'url_trailing_slash' => true,
    'exclude' => [
        '.htaccess',
        'favicon.ico',
        // ...
    ],
    'image_sitemap' => [
        'generate' => true,
        'filename' => 'sitemap_images.xml',
        'extensions' => [
            'gif',
            'jpg',
            'jpeg',
            'png',
            // ...
        ]
    ]
],
```

Laravel 6 Updates (Jigsaw 1.3.16+)
----------------------------------

[](#laravel-6-updates-jigsaw-1316)

Updates to make the plugin work with Laravel 6 components used in Jigsaw 1.3.16+ were made by Clive Walkden. All previous work was done by [Ryan Scherler](https://github.com/eastslopestudio/jigsaw-sitemap).

Changelog
---------

[](#changelog)

To see the changelog open [CHANGELOG.md](./CHANGELOG.md)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 96.2% of commits — single point of failure

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

Recently: every ~95 days

Total

7

Last Release

1280d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/443e963dbea0c4d441dbc6f15ba059800760ee80747abf578a0bbb0e4eca80cf?d=identicon)[clivewalkden](/maintainers/clivewalkden)

---

Top Contributors

[![clivewalkden](https://avatars.githubusercontent.com/u/1225802?v=4)](https://github.com/clivewalkden "clivewalkden (25 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

jigsawjigsaw-pluginlaravelSitemapjigsaw

### Embed Badge

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

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

###  Alternatives

[fomvasss/laravel-meta-tags

A package to manage SEO (meta-tags, xml-fields, etc.)

3028.9k](/packages/fomvasss-laravel-meta-tags)[calotype/seo

A package containing SEO helpers.

722.6k](/packages/calotype-seo)[vinicius73/seotools

A package containing SEO helpers.

245.2k](/packages/vinicius73-seotools)[cebe/luya-module-sitemap

sitemap.xml module for luya CMS

115.9k](/packages/cebe-luya-module-sitemap)

PHPackages © 2026

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