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

ActiveLibrary

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 1mo ago

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 10% 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

1274d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68f9744b01bd1326b51c87fea36305ae57de5f8416484fe1aad44d03f2bd1630?d=identicon)[romanv](/maintainers/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)
```

PHPackages © 2026

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