PHPackages                             jbouzekri/sculpin-date-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. jbouzekri/sculpin-date-navigation-bundle

ActiveSculpin-bundle

jbouzekri/sculpin-date-navigation-bundle
========================================

Generate date navigation block (with pages) in Sculpin

1.0.0(11y ago)1351MITPHP

Since Jul 14Pushed 11y ago1 watchersCompare

[ Source](https://github.com/jbouzekri/SculpinDateNavigationBundle)[ Packagist](https://packagist.org/packages/jbouzekri/sculpin-date-navigation-bundle)[ Docs](https://github.com/jbouzekri/SculpinDateNavigationBundle)[ RSS](/packages/jbouzekri-sculpin-date-navigation-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

SculpinDateNavigationBundle
===========================

[](#sculpindatenavigationbundle)

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 :

```
