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

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

migliori/sitemap-crawler
========================

Sitemap crawler/generator. For the given URL it will return sitemap XML file with URLs and images.

0.0.3(7y ago)33.6k↓71.9%MITPHPPHP &gt;=5.5

Since Apr 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/migliori/sitemap-crawler)[ Packagist](https://packagist.org/packages/migliori/sitemap-crawler)[ Docs](https://github.com/migliori/sitemap-crawler)[ RSS](/packages/migliori-sitemap-crawler/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

sitemap-crawler
===============

[](#sitemap-crawler)

Sitemap crawler/generator. For the given URL it will return sitemap XML file with URLs and images.

Can be used as Standalone or with Ajax (build sitemap, submit to Search Engines &amp; show results on a button click)

Original project:

Install
-------

[](#install)

```
composer require migliori/sitemap-crawler
```

Features
--------

[](#features)

- crawl given URL and generate sitemap
- crawl each found URL and add images to the sitemap
- save the sitemap on your server or download it
- configure the maximum deph
- use as standalone (or CRON task)
- call with ajax on button click
- onscreen live report with urls count and urls list
- search engines auto-submission (ping) with onscreen report

Example
-------

[](#example)

```
