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

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

d-uvarov/sitemap
================

0.0.4(5y ago)03.0kMITPHPPHP ^8.0

Since Aug 31Pushed 5y agoCompare

[ Source](https://github.com/d-uvarov/sitemap)[ Packagist](https://packagist.org/packages/d-uvarov/sitemap)[ RSS](/packages/d-uvarov-sitemap/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (5)Used By (0)

Sitemap
=======

[](#sitemap)

Simple sitemap generator for php

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

```
composer require d-uvarov/sitemap

```

or add to the `require` section of your `composer.json` file.

```
"d-uvarov/sitemap": "0.*"

```

Quick start
-----------

[](#quick-start)

```
$sitemap = new Sitemap('http://example.com', __DIR__, 'sitemap.xml');

$sitemap->addUrl('/link1');
$sitemap->addUrl('/link2', time());
$sitemap->addUrl('/link3', time(), Sitemap::CHANGEFREQ_HOURLY);
$sitemap->addUrl('/link4', time(), Sitemap::CHANGEFREQ_DAILY, 0.3);
$sitemap->addUrl('/link5', time(), Sitemap::CHANGEFREQ_DAILY, 0.3);

$sitemap->write();
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~446 days

Total

4

Last Release

1885d ago

PHP version history (2 changes)0.0.1PHP ^7.0

0.0.4PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c257ab1e0d9eba3f5350ebb7ce60a0c027f712c3e88e23dd182016915ea7f422?d=identicon)[d\_uvarov](/maintainers/d_uvarov)

---

Top Contributors

[![d-uvarov](https://avatars.githubusercontent.com/u/6735351?v=4)](https://github.com/d-uvarov "d-uvarov (4 commits)")

### Embed Badge

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

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

PHPackages © 2026

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