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

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

halimonalexander/sitemap
========================

Sitemap plugin

v1.0(6y ago)06BSD-3-ClausePHPPHP ^7.2

Since Oct 16Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Sitemap
=======

[](#sitemap)

Sitemap plugin made using recomemdations from

Usage:

```
use \HalimonAlexander\Sitemap;
use \HalimonAlexander\Sitemap\SearchEngines;

$smg = new Sitemap\SitemapGenerator(Sitemap\SitemapGenerator::FORMAT_XML);

$smg->addUrl('http://example.com/');
$smg->addUrl('http://example.com/1&2', date('2019-07-01'));

$sitemaps = $smg->saveSitemap(__DIR__);

$smr = new Sitemap\SitemapRegistrator();
$results = array_merge(
    $smr->registrate($sitemaps, new SearchEngines\Bing()),
    $smr->registrate($sitemaps, new SearchEngines\Google()),
    $smr->registrate($sitemaps, new SearchEngines\Yandex())
);
echo join('', $results);

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2442d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33194347?v=4)[Alexander Halimon](/maintainers/halimonalexander)[@halimonalexander](https://github.com/halimonalexander)

---

Top Contributors

[![halimonalexander](https://avatars.githubusercontent.com/u/33194347?v=4)](https://github.com/halimonalexander "halimonalexander (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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