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 1mo 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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

2397d ago

### Community

Maintainers

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

###  Alternatives

[symfony/polyfill-php72

Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions

4.8k674.7M31](/packages/symfony-polyfill-php72)[symfony/polyfill-intl-icu

Symfony polyfill for intl's ICU-related data and classes

2.6k251.4M96](/packages/symfony-polyfill-intl-icu)[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.2k64.2M574](/packages/nette-php-generator)[consolidation/site-process

A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.

5345.3M8](/packages/consolidation-site-process)[sycho/flarum-profile-cover

Adds the ability to add a cover image to a profile.

1836.6k](/packages/sycho-flarum-profile-cover)

PHPackages © 2026

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