PHPackages                             develop-carhelper/laravel-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. develop-carhelper/laravel-sitemap

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

develop-carhelper/laravel-sitemap
=================================

Create and generate sitemaps with ease

2.2.5(8y ago)049MITPHPPHP ^7.0

Since Aug 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/develop-carhelper/laravel-sitemap)[ Packagist](https://packagist.org/packages/develop-carhelper/laravel-sitemap)[ Docs](https://github.com/develop-carhelper/laravel-sitemap)[ RSS](/packages/develop-carhelper-laravel-sitemap/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (7)Versions (15)Used By (0)

Generate sitemaps with ease (spatie/laravel-sitemap FORK)
=========================================================

[](#generate-sitemaps-with-ease-spatielaravel-sitemap-fork)

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

[](#installation)

First, install the package via composer:

```
composer require develop-carhelper/laravel-sitemap
```

Next up: installing the service provider

```
// config/app.php
'providers' => [
    ...
    Carhelper\Sitemap\SitemapServiceProvider::class,
];
```

### Manually creating a sitemap

[](#manually-creating-a-sitemap)

You can also create a sitemap fully manual:

```
use Carbon\Carbon;

Sitemap::create()
   ->add('/page1')
   ->add('/page2')
   ->add(Url::create('/page3')->setLastModificationDate(Carbon::create('2016', '1', '1')))
   ->add(Url::create('/page4')->addXhtmlLink([
       'hreflang' => 'de',
       'rel'      => 'alternate'
       'href'     => 'http://www.example.com/deutsch/'
   ]))
   ->writeToFile($sitemapPath);
```

Credits
-------

[](#credits)

- [Freek Van der Herten](https://github.com/freekmurze)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 78.9% 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 ~27 days

Total

14

Last Release

3205d ago

Major Versions

0.0.1 → 1.0.02016-08-29

1.1.0 → 2.0.02016-12-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c7c89290fc08f6841872b3fc050ba8134675b926dd2f3a229e1e608eb229520?d=identicon)[carhelper](/maintainers/carhelper)

---

Top Contributors

[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (101 commits)")[![golive-mikica](https://avatars.githubusercontent.com/u/20243043?v=4)](https://github.com/golive-mikica "golive-mikica (6 commits)")[![ManuDoni](https://avatars.githubusercontent.com/u/10022459?v=4)](https://github.com/ManuDoni "ManuDoni (6 commits)")[![sebastiandedeyne](https://avatars.githubusercontent.com/u/1561079?v=4)](https://github.com/sebastiandedeyne "sebastiandedeyne (5 commits)")[![mikicaivosevic](https://avatars.githubusercontent.com/u/2887620?v=4)](https://github.com/mikicaivosevic "mikicaivosevic (4 commits)")[![ctf0](https://avatars.githubusercontent.com/u/7388088?v=4)](https://github.com/ctf0 "ctf0 (1 commits)")[![vmitchell85](https://avatars.githubusercontent.com/u/1248035?v=4)](https://github.com/vmitchell85 "vmitchell85 (1 commits)")[![jpmurray](https://avatars.githubusercontent.com/u/1550428?v=4)](https://github.com/jpmurray "jpmurray (1 commits)")[![juukie](https://avatars.githubusercontent.com/u/2678657?v=4)](https://github.com/juukie "juukie (1 commits)")[![Omranic](https://avatars.githubusercontent.com/u/406705?v=4)](https://github.com/Omranic "Omranic (1 commits)")[![rzani](https://avatars.githubusercontent.com/u/684192?v=4)](https://github.com/rzani "rzani (1 commits)")

---

Tags

spatielaravel-sitemap

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/develop-carhelper-laravel-sitemap/health.svg)

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

###  Alternatives

[spatie/laravel-sitemap

Create and generate sitemaps with ease

2.6k14.6M107](/packages/spatie-laravel-sitemap)[spatie/laravel-settings

Store your application settings

1.5k5.9M72](/packages/spatie-laravel-settings)[spatie/laravel-schedule-monitor

Monitor scheduled tasks in a Laravel app

9815.7M9](/packages/spatie-laravel-schedule-monitor)[spatie/laravel-google-calendar

Manage events on a Google Calendar

1.4k1.5M21](/packages/spatie-laravel-google-calendar)[spatie/laravel-personal-data-export

Create personal data downloads in a Laravel app

550543.8k8](/packages/spatie-laravel-personal-data-export)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)

PHPackages © 2026

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