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

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

romanv/sitemap
==============

Sitemap

v1.0.0(3y ago)03PHPPHP &gt;=7.0

Since Nov 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/copypastcode/sitemapGenerator)[ Packagist](https://packagist.org/packages/romanv/sitemap)[ RSS](/packages/romanv-sitemap/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

Generate sitemaps
=================

[](#generate-sitemaps)

This package can generate a sitemap.

You can create a sitemap manually:

```
use Sitemap\Sitemap;
$urls = [...]
$sitemap = new Sitemap($urls, 'csv');
$sitemap->writeToFile($path);
```

The generate a sitemap via a console command:

```
artisan sitemap:generate type path-to-file
```

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

[](#installation)

First, install the package via composer:

```
composer require romanv/sitemap
```

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

[](#configuration)

```
php artisan vendor:publish --provider="vroman\Sitemap\SitemapServiceProvider" --tag=sitemap
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1328d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5622161?v=4)[romanv](/maintainers/romanv)[@romanv](https://github.com/romanv)

---

Top Contributors

[![likesoftio](https://avatars.githubusercontent.com/u/104310791?v=4)](https://github.com/likesoftio "likesoftio (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[rehankanak/laravel-notion-renderer

Laravel Package for Converting Notion Pages to Web Pages

165.2k](/packages/rehankanak-laravel-notion-renderer)[chh/frozen-silex

Turn your Silex Application into static HTML

191.4k](/packages/chh-frozen-silex)[laravolt/mural

Laravel comment stream

101.3k](/packages/laravolt-mural)

PHPackages © 2026

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