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

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

vedebel/sitemap
===============

Sitemap generator

v1.1.3(10y ago)068PHP

Since May 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/vedebel/sitemap)[ Packagist](https://packagist.org/packages/vedebel/sitemap)[ RSS](/packages/vedebel-sitemap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (26)Used By (0)

Sitemap generator
=================

[](#sitemap-generator)

This is the small library, which can help you to generate the XML sitemap.

Usage is very simple. Here is the example:

```
$client = new GuzzleHttp\Client();
$parser = new Symfony\Component\DomCrawler\Crawler();
$storage = new vedebel\sitemap\BasicLinksStorage();

$generator = new vedebel\sitemap\Sitemap($parser, $storage, $url, ['limit' => 200, 'debug' => 1]);
$generator->setLoader($client);
$generator->crawl();
$generator->saveXml('sitemap.xml');
```

If you want to monitor process while site is crawling, you can add callback, which will be called every n scanned links. Default is 10.

```
$generator->setCallback(function(array $scanned, array $added, array $queue) {
    echo "This is message form callback.\nScanned: "
        . count($scanned) . "\nAdded: " . count($added) . "\nQueue: " . count($queue) . "\n";
}, 10);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

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 ~12 days

Recently: every ~2 days

Total

25

Last Release

3734d ago

Major Versions

v0.0.7 → v1.0.0.rc-12015-06-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/f70ccd2e0aac4a16917932d2d1bc6288350c391f4d4a805d731d158bde8da58f?d=identicon)[vedebel](/maintainers/vedebel)

---

Top Contributors

[![swangee](https://avatars.githubusercontent.com/u/4019377?v=4)](https://github.com/swangee "swangee (42 commits)")

### Embed Badge

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

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

###  Alternatives

[ashallendesign/favicon-fetcher

A Laravel package for fetching website's favicons.

190272.4k3](/packages/ashallendesign-favicon-fetcher)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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