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

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

nawarian/jigsaw-sitemap-plugin
==============================

A sitemap generator plugin for Tightenco's Jigsaw

21.6k1[1 PRs](https://github.com/nawarian/jigsaw-sitemap-plugin/pulls)PHP

Since Apr 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/nawarian/jigsaw-sitemap-plugin)[ Packagist](https://packagist.org/packages/nawarian/jigsaw-sitemap-plugin)[ RSS](/packages/nawarian-jigsaw-sitemap-plugin/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Jigsaw Sitemap Plugin
---------------------

[](#jigsaw-sitemap-plugin)

[![Build Status](https://camo.githubusercontent.com/8b922ebad536f0b40e6fae97da84ff9f2c12619e42e6180989b3e99b0d129b26/68747470733a2f2f7472617669732d63692e6f72672f6e6177617269616e2f6a69677361772d736974656d61702d706c7567696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nawarian/jigsaw-sitemap-plugin)[![codecov](https://camo.githubusercontent.com/6ed9b7e2f5d691dcc53ee3f21fa9def47a2b43669ce56fa7621172251d0bc1e9/68747470733a2f2f636f6465636f762e696f2f67682f6e6177617269616e2f6a69677361772d736974656d61702d706c7567696e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/nawarian/jigsaw-sitemap-plugin)

Jigsaw Sitemap Plugin is an easy and straight forward plugin to be used on Jigsaw's `afterBuild` event.

It fetches all generated pages and generates a sitemap file containing such entries based on configurations.

### Usage

[](#usage)

On your Jigsaw project, require this package:

```
$ composer require nawarian/jigsaw-sitemap-plugin
```

On your `bootstrap.php` file, register the Listener:

```
use Nawarian\JigsawSitemapPlugin\Listener\SitemapListener;

/** @var $container \Illuminate\Container\Container */
/** @var $events \TightenCo\Jigsaw\Events\EventBus */

$events->afterBuild([SitemapListener::class]);
```

After running the build you should see a `sitemap.xml` file inside build's output folder.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/164b176ce5d3762cc479e0226e7eb85951fb6efc9350496d059b225b94a0a2b5?d=identicon)[nawarian](/maintainers/nawarian)

---

Top Contributors

[![nawarian](https://avatars.githubusercontent.com/u/3905582?v=4)](https://github.com/nawarian "nawarian (16 commits)")

### Embed Badge

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

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

###  Alternatives

[inok/dbf

Package for reading DBASE-files (FoxPro) with/without MEMO-fields

1015.9k1](/packages/inok-dbf)

PHPackages © 2026

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