PHPackages                             phlexible/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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. phlexible/sitemap-bundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

phlexible/sitemap-bundle
========================

phlexible sitemap bundle

1.3.1(9y ago)194MITPHPPHP &gt;=5.6.0

Since Dec 22Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (13)Versions (3)Used By (0)

PhlexibleSitemapBundle
======================

[](#phlexiblesitemapbundle)

The PhlexibleSitemapBundle adds support for a finder field in phlexible.

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

[](#installation)

1. Download PhlexibleSitemapBundle using composer
2. Enable the Bundle
3. Import PhlexibleSitemapBundle routing
4. Clear the symfony cache

### Step 1: Download PhlexibleSitemapBundle using composer

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

Add PhlexibleSitemapBundle by running the command:

```
$ php composer.phar require phlexible/sitemap-bundle "~1.0.0"
```

Composer will install the bundle to your project's `vendor/phlexible` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
