PHPackages                             thecargoagency/sitemaps - 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. thecargoagency/sitemaps

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

thecargoagency/sitemaps
=======================

Sitemap builder &amp; site crawler

05PHP

Since Aug 28Pushed 10y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Sitemaps
========

[](#sitemaps)

Sitemap builder &amp; site crawler

// example
use Goutte\\Client;
use Cargo\\Sitemap\\Fetcher;
use Cargo\\Sitemap\\Builder;

$client = new Client();

$fetcher = new Fetcher($client);
$fetcher-&gt;setMaxUrlNumber(100);
$fetcher-&gt;excludeDirectories(\['/test-dir'\]);
$fetcher-&gt;excludeFiles(\['/sitemap.html'\]);
$urls = $fetcher-&gt;crawl('');

$builder = new Builder();
echo $builder-&gt;output($urls);

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

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

---

Top Contributors

[![AlexRustikov](https://avatars.githubusercontent.com/u/11540857?v=4)](https://github.com/AlexRustikov "AlexRustikov (12 commits)")[![rustikov](https://avatars.githubusercontent.com/u/1120495?v=4)](https://github.com/rustikov "rustikov (3 commits)")

### Embed Badge

![Health badge](/badges/thecargoagency-sitemaps/health.svg)

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

###  Alternatives

[drobee/nova-sluggable

Slug field for Laravel Nova

45265.2k](/packages/drobee-nova-sluggable)

PHPackages © 2026

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