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

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

nickpeirson/sculpin-sitemap-bundle
==================================

Sculpin sitemap bundle

0.1.1(9y ago)315.8k—0%2[1 issues](https://github.com/nickpeirson/sculpin-sitemap-bundle/issues)MITPHPPHP &gt;=5.5.0CI failing

Since Oct 4Pushed 5y agoCompare

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

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

Sculpin Sitemap Generator Bundle
================================

[](#sculpin-sitemap-generator-bundle)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

[Sculpin](http://sculpin.io) bundle that adds a data provider for sitemap data.

The sitemap generator will iterate over all sculpin sources that aren't used internally by sculpin via a file reference. This is intended to prevent assets from being included.

Known limitations
-----------------

[](#known-limitations)

- I'm not using any content types in my sculpin site, so this bundle is untested with content types. You never know, it may work out of the box, but it's untested so be warned.
- As mentioned above, only sources that sculpin doesn't internally use a file reference for will be included. If this skips anythng that you want to include in your sitemap the workaround is to manually add it to your sitemap template.

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

[](#installation)

- Add the following to your `sculpin.json` file:

```
{
  "require": {
    "nickpeirson/sculpin-sitemap-bundle": "~0.1.1"
  }
}
```

- Run `sculpin update`.
- Add the bundle to your kernel `app/SculpinKernel.php`:

```
