PHPackages                             polishsymfonycommunity/blog-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. polishsymfonycommunity/blog-bundle

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

polishsymfonycommunity/blog-bundle
==================================

Blog bundle based on a WordPress database.

30137[2 issues](https://github.com/PolishSymfonyCommunity/PSSBlogBundle/issues)[1 PRs](https://github.com/PolishSymfonyCommunity/PSSBlogBundle/pulls)PHP

Since Aug 6Pushed 13y ago1 watchersCompare

[ Source](https://github.com/PolishSymfonyCommunity/PSSBlogBundle)[ Packagist](https://packagist.org/packages/polishsymfonycommunity/blog-bundle)[ RSS](/packages/polishsymfonycommunity-blog-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PSSBlogBundle
=============

[](#pssblogbundle)

Symfony2 blog bundle based on the WordPress database model.

[![Build Status](https://camo.githubusercontent.com/4cd5a7df13925ef7b3802934f2c1a291b15a21d98cb9723b288cc191bd173a9c/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f506f6c69736853796d666f6e79436f6d6d756e6974792f505353426c6f6742756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/PolishSymfonyCommunity/PSSBlogBundle)

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

[](#installation)

### Add PSSBlogBundle to your composer.json

[](#add-pssblogbundle-to-your-composerjson)

```
{
    "require": {
        "polishsymfonycommunity/blog-bundle": "*"
    }
}
```

### Enable the bundle

[](#enable-the-bundle)

Enable the PSSBlogBundle and the KnpPaginatorBundle bundles in the kernel (`app/AppKernel.php`):

```
