PHPackages                             dz3n/php-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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. dz3n/php-sitemap-generator

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

dz3n/php-sitemap-generator
==========================

Simple PHP sitemap generator.

4.7.2(1y ago)19MITPHPPHP ^7.3 || ^8.0

Since Apr 5Pushed 1y ago1 watchersCompare

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

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

PHP Sitemap Generator
=====================

[](#php-sitemap-generator)

### Original Project:

[](#original-project)

[icamys/php-sitemap-generator](https://github.com/icamys/php-sitemap-generator/)

[![Testing status](https://github.com/icamys/php-sitemap-generator/actions/workflows/run-tests.yml/badge.svg)](https://github.com/icamys/php-sitemap-generator/actions/workflows/run-tests.yml/badge.svg)[![codecov.io](https://camo.githubusercontent.com/41319159872463bdce55871e077aa0424e61cd0c54af5bce33bd01ee4a1c23e0/68747470733a2f2f636f6465636f762e696f2f6769746875622f6963616d79732f7068702d736974656d61702d67656e657261746f722f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://codecov.io/github/icamys/php-sitemap-generator?branch=master)[![Minimum PHP Version](https://camo.githubusercontent.com/479533795bc8188208718b422e5d44227f38f8acf44df85a846b6cc4aa559ef2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e33253230253743253743253230253345253344253230382e302d3838393242462e737667)](https://php.net/)[![Latest Stable Version](https://camo.githubusercontent.com/d6e43a1b6888125d0b74c44bda2780512b1592d53e3da71a9884f3a20e456976/68747470733a2f2f706f7365722e707567782e6f72672f6963616d79732f7068702d736974656d61702d67656e657261746f722f762f737461626c652e706e67)](https://packagist.org/packages/icamys/php-sitemap-generator)[![Total Downloads](https://camo.githubusercontent.com/798e2458644bfa01f8d9d4310da2a425ed15eea518a97509d0b3f5848b934e3d/68747470733a2f2f706f7365722e707567782e6f72672f6963616d79732f7068702d736974656d61702d67656e657261746f722f646f776e6c6f616473)](https://packagist.org/packages/icamys/php-sitemap-generator)

Library for sitemap generation and submission.

Features:

- Follows [sitemaps.org](https://sitemaps.org/) protocol
- Supports alternative links for multi-language pages (see [google documentation](https://webmasters.googleblog.com/2012/05/multilingual-and-multinational-site.html))
- Supports video and image sitemap generation
- Low memory usage for any amount of URLs
- Supports sitemap stylesheets

Installation with Composer:

```
composer require icamys/php-sitemap-generator

```

Survey
------

[](#survey)

If you found this package useful, please [take a short survey](https://forms.gle/ngeponiTd1zWgmkC9) to improve your sitemap generation experience.

Usage
-----

[](#usage)

```
