PHPackages                             tonsoo/php-crawler - 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. tonsoo/php-crawler

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

tonsoo/php-crawler
==================

v1.0.1(2mo ago)017PHPPHP ^8.4

Since Feb 22Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/tonsoo/php-crawler)[ Packagist](https://packagist.org/packages/tonsoo/php-crawler)[ RSS](/packages/tonsoo-php-crawler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Sitemap Generator Crawler
=========================

[](#sitemap-generator-crawler)

A small, dependency-light PHP crawler that walks a site and generates XML sitemaps. It follows links, respects meta robots directives, and ships with a sitemap extension that can write a single sitemap or rotate into multiple files with an index.

Requirements
------------

[](#requirements)

- PHP 8.4+
- Extensions: `ext-dom`, `ext-curl`, `ext-xmlwriter`

Installation
------------

[](#installation)

```
composer require tonsoo/php-crawler
```

Quick Start
-----------

[](#quick-start)

```
