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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

octave/sitemap-bundle
=====================

Symfony sitemap generator

2.1.0(1y ago)025.6k↓37.9%1MITPHPPHP &gt;=7.0.1

Since Feb 6Pushed 1y agoCompare

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

READMEChangelogDependencies (4)Versions (19)Used By (1)

Octave Sitemap Bundle
=====================

[](#octave-sitemap-bundle)

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

[](#installation)

### Step 1: Download OctaveSitemapBundle using composer

[](#step-1-download-octavesitemapbundle-using-composer)

Require the bundle

```
"require": {
    ... some repositories
    "octave/sitemap-bundle": "^1.0.0"
}
```

And run `composer update`.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
