PHPackages                             badaso/sitemap-module - 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. [Admin Panels](/categories/admin)
4. /
5. badaso/sitemap-module

ActiveLibrary[Admin Panels](/categories/admin)

badaso/sitemap-module
=====================

Zero development for blog system on badaso

1.x-dev(4y ago)1375[1 issues](https://github.com/uasoft-indonesia/badaso-sitemap-module/issues)proprietaryPHP

Since May 25Pushed 3y agoCompare

[ Source](https://github.com/uasoft-indonesia/badaso-sitemap-module)[ Packagist](https://packagist.org/packages/badaso/sitemap-module)[ Docs](https://badaso.uatech.co.id/)[ Fund](https://opencollective.com/badaso)[ RSS](/packages/badaso-sitemap-module/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

badaso/sitemap-module
=====================

[](#badasositemap-module)

Installation
------------

[](#installation)

1. [ Install Badaso ](https://badaso-docs.uatech.co.id/docs/en/getting-started/installation/) from laravel project
2. Install badaso sitemap module `composer require badaso/sitemap-module`
3. Set env

```
MIX_DEFAULT_MENU=admin
MIX_BADASO_MENU=${MIX_DEFAULT_MENU},sitemap-module
MIX_BADASO_PLUGINS=sitemap-module

```

4. Call command `php artisan badaso-sitemap:setup`
5. Run the laravel project and call url `http://your-laravel-host/sitemap.xml`

Configuration
-------------

[](#configuration)

file `config.php` configuration

```
return [
    'max_content_paginate' => 500,
    'prefix' => '/',
    'sitemap' => [
        'badaso-blog' => [
            'table' => 'posts',
            'web-access' => [
                'url' => env('MIX_BLOG_POST_URL_PREFIX').'/:slug',
                // :slug is a field in table posts
                // this url auto generate according to the number of table rows
            ],
        ],
        ...
    ],
    'custom_sitemap' => [
        'root' => [
            '/' => [
              'lastmod' => '2021-05-24T09:32:52.785Z',
            ],
            'sub-path' => [
              'lastmod' => '2021-05-24T09:32:52.785Z',
            ],
            'sub-path/sub-path-other' => [
              'lastmod' => '2021-05-24T09:32:52.785Z',
            ],
            ...
        ],
        ...
    ],
];

```

Your can get foreign table attribute

```
...
'sitemap' => [
    'badaso-blog' => [
        'table' => 'posts',
        'web-access' => [
            'url' => env('MIX_BLOG_POST_URL_PREFIX').'/:posts.category_id,category.id,category.title',
            // posts.category_id  => foreign key posts table field category_id
            // category.id        => posts table category_id field reference to table category field id
            // category.title     => output value to path url from category table title field
            // output : http://{HOST}/{MIX_BLOG_POST_URL_PREFIX}/business
        ],
    ],
    ...
],
...

```

You can create custom sitemap url

```
...
'custom_sitemap' => [
     // group by http://{HOST}/roo/sitemap.xml
    'root' => [
         // http://{HOST}/root
        '/' => [
          'lastmod' => '2021-05-24T09:32:52.785Z',
        ],
         // http://{HOST}/sub-path
        'sub-path' => [
          'lastmod' => '2021-05-24T09:32:52.785Z',
        ],
         // http://{HOST}/sub-path/sub-path-othe
        'sub-path/sub-path-other' => [
          'lastmod' => '2021-05-24T09:32:52.785Z',
        ],
        ...
    ],
    ...
],
...

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.8% 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 ~10 days

Total

7

Last Release

1748d ago

Major Versions

1.0.0-rc → 2.0.0-rc2021-06-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/44616a72429c37aaaef84b330ab13bd6ab134431734a480ce6dad6df6e07b2a6?d=identicon)[kizeh](/maintainers/kizeh)

---

Top Contributors

[![rizkiheryandi](https://avatars.githubusercontent.com/u/25028868?v=4)](https://github.com/rizkiheryandi "rizkiheryandi (95 commits)")[![miftahurrahmi](https://avatars.githubusercontent.com/u/60600153?v=4)](https://github.com/miftahurrahmi "miftahurrahmi (22 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (5 commits)")[![4fdal](https://avatars.githubusercontent.com/u/55905844?v=4)](https://github.com/4fdal "4fdal (3 commits)")[![rahmatalmubarak](https://avatars.githubusercontent.com/u/79588035?v=4)](https://github.com/rahmatalmubarak "rahmatalmubarak (2 commits)")

---

Tags

badasoblogcmsheadlesslaravellowcodenocodeseositemapxmllaravelgeneratorblogdashboardadminvuepwapanelbadaso

### Embed Badge

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

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

###  Alternatives

[badaso/core

The API &amp; platform builder, build your apps 10x faster even more, it's open source &amp; 100% free !

1.3k16.2k10](/packages/badaso-core)[lokielse/laravel-admin-generator

An Admin Panel Generator for Laravel 5

712.0k](/packages/lokielse-laravel-admin-generator)

PHPackages © 2026

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