PHPackages                             dangquangha/render-sitemap-xml - 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. dangquangha/render-sitemap-xml

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

dangquangha/render-sitemap-xml
==============================

02PHP

Since Sep 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dangquangha/render-sitemap-xml)[ Packagist](https://packagist.org/packages/dangquangha/render-sitemap-xml)[ RSS](/packages/dangquangha-render-sitemap-xml/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Render Sitemap XML
==================

[](#render-sitemap-xml)

### This package will help render your website's sitemap xml

[](#this-package-will-help-render-your-websites-sitemap-xml)

**You can understand how this package works through the following picture**

[![](https://github.com/dangquangha/render-sitemap-xml/raw/master/images/work_flow.jpg)](https://github.com/dangquangha/render-sitemap-xml/blob/master/images/work_flow.jpg)

**To use this package, please follow the steps below:**

**Step 1:**

```
composer require dangquangha/render-sitemap-xml

```

**Step 2:**

```
php artisan vendor:publish --provider="SitemapRenderXML\SitemapRenderServiceProvider"

```

**Step 3:**

```
php artisan config:cache

```

**Step 4:**

```
php artisan make:sitemap-xml

```

If you want to change module render on your website you just edit the config/sitemap\_render.php

```
[
    "module_name"   => "module_name",
    "table_name"    => "table_name",
    'field_url_seo' => "field_url_seo",
    "file_name"     => "file_name"
]

```

**NOTE: every single record need 1 field "check\_sitemap" with value is 0 or 1**

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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/fab109df8055b011ed81e63c41e7494718fe20d5a8f3422893726379b191202c?d=identicon)[quangha2611](/maintainers/quangha2611)

---

Top Contributors

[![dangquangha](https://avatars.githubusercontent.com/u/55936874?v=4)](https://github.com/dangquangha "dangquangha (7 commits)")

### Embed Badge

![Health badge](/badges/dangquangha-render-sitemap-xml/health.svg)

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

PHPackages © 2026

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