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

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

ichinya/sitemap-generator
=========================

sitemap

0.9.0(4y ago)0571MITPHPPHP &gt;=7.4.0

Since Sep 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Ichinya/sitemap-generator)[ Packagist](https://packagist.org/packages/ichinya/sitemap-generator)[ RSS](/packages/ichinya-sitemap-generator/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (4)Used By (1)

Генератор sitemap
=================

[](#генератор-sitemap)

Примера кода в файле examples/example.php

```
// Создаём объект, по умолчанию будет выбрано weekly, 0.5
$s = new \Ichinya\SitemapGenerator\Sitemap();

// можно поменять при создании
$s = new \Ichinya\SitemapGenerator\Sitemap('daily', 0.3);

// добавляем нужные ссылки
// 4 параметра:
// ссылка на страницу,
// время в timestamp,
// период обновления (always, hourly, daily, weekly, monthly, yearly, never)
// приоритет от 0.0 до 1.0, по умолчанию 0.5
$s->addUrl('https://site.ru/', time());
$s->addUrl('https://site.ru/about', strtotime('2021-09-30'), 'monthly', 0.3);

// Вывод с генерацией формата xml
$s->render(true);
// OR получаем ленту и сами выводим
header('Content-Type: application/xml; charset=utf-8');
echo $s->render();
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

Every ~1 days

Total

2

Last Release

1750d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/471b4acd46a05726a3afe9a30f24aaabff31c79a7ce4afbd38b45853f35fc086?d=identicon)[Ichinya](/maintainers/Ichinya)

---

Top Contributors

[![ichinya](https://avatars.githubusercontent.com/u/3314686?v=4)](https://github.com/ichinya "ichinya (11 commits)")

### Embed Badge

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

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

###  Alternatives

[hanson/vbot

高度自定义的微信机器人，能够实现群控制，自动回复，消息转发，防撤回，留言统计等功能

4.5k14.5k12](/packages/hanson-vbot)[paragonie/random-lib

A Library For Generating Secure Random Numbers

743.6M27](/packages/paragonie-random-lib)[kartik-v/bootstrap-tabs-x

Extended Bootstrap Tabs with ability to align tabs in multiple ways, add borders, rotated titles, and more.

1021.4M1](/packages/kartik-v-bootstrap-tabs-x)[undefinedoffset/sortablegridfield

Adds drag and drop functionality to Silverstripe's GridField

911.3M52](/packages/undefinedoffset-sortablegridfield)[log1x/sage-svg

A simple package for using inline SVGs in Sage 10 projects.

122587.2k5](/packages/log1x-sage-svg)[nullpunkt/lz-string-php

PHP Class implementation of LZ-String javascript.

111540.2k22](/packages/nullpunkt-lz-string-php)

PHPackages © 2026

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