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

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

tadcka/sitemap-bundle
=====================

Sitemap bundle on Symfony2

v0.3.0(10y ago)11.8k31MITPHPPHP &gt;=5.3.3

Since Sep 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tadcka/SitemapBundle)[ Packagist](https://packagist.org/packages/tadcka/sitemap-bundle)[ Docs](https://github.com/tadcka/SitemapBundle)[ RSS](/packages/tadcka-sitemap-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (11)Versions (5)Used By (1)

SitemapBundle
=============

[](#sitemapbundle)

[![Build Status](https://camo.githubusercontent.com/6d362314311209c39acdff800d0b71a801493da1166e04c289efae41a8913608/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f536974656d617042756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tadcka/SitemapBundle/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/675494ca0309adae317a95504cc18fdb04b589f1ff89f3e868320606bc927cfc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746164636b612f536974656d617042756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tadcka/SitemapBundle/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/fdd95bba8851b98532343f498c29acaca9d6e96091bd1c8be7477806b72e4371/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f736974656d61702d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/tadcka/sitemap-bundle) [![Total Downloads](https://camo.githubusercontent.com/5107d7e5015b65e091c8352b0d66b05e96aff299b9224fef6bba4a2322cc63d2/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f736974656d61702d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/tadcka/sitemap-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/b605bee0b16a147394787823c390036519e50b85071ea0bd18c823196a03a0b9/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f736974656d61702d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/tadcka/sitemap-bundle) [![License](https://camo.githubusercontent.com/97785faed973399f94f386a8493d0d0da8698f2482393d299c1f6c629d6b2553/68747470733a2f2f706f7365722e707567782e6f72672f746164636b612f736974656d61702d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/tadcka/sitemap-bundle)

Simple web page list manager.

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

[](#installation)

### Step 1: Download SitemapBundle using composer

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

Add SitemapBundle in your composer.json:

```
{
    "require": {
        "tadcka/sitemap-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update tadcka/sitemap-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
