PHPackages                             technikh/sculpin-path-navigation-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. technikh/sculpin-path-navigation-bundle

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

technikh/sculpin-path-navigation-bundle
=======================================

Generate path navigation block (with pages) in Sculpin

1.0.3(9y ago)071MITPHP

Since Jul 14Pushed 9y agoCompare

[ Source](https://github.com/TechNikh/SculpinPathNavigationBundle)[ Packagist](https://packagist.org/packages/technikh/sculpin-path-navigation-bundle)[ Docs](https://github.com/TechNikh/SculpinPathNavigationBundle)[ RSS](/packages/technikh-sculpin-path-navigation-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

SculpinPathNavigationBundle
===========================

[](#sculpinpathnavigationbundle)

Generate date navigation block (with pages) in Sculpin :

- It generates pages listing posts for each year and couple year/month
- And a block to navigate between this pages

You can see a working demo on the right column of my [personal french blog](http://blog.bouzekri.net).

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

[](#installation)

Using composer, add the dependancy to your composer.json :

```
require: {
    "jbouzekri/sculpin-date-navigation-bundle": "1.*"
}
```

And run the composer update command

Enable the bundle. If you have already have an app/SculpinKernel.php, add this bundle to it otherwise create the file with the following content :

```
