PHPackages                             harentius/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. [Framework](/categories/framework)
4. /
5. harentius/blog-bundle

AbandonedArchivedSymfony-bundle[Framework](/categories/framework)

harentius/blog-bundle
=====================

Symfony Bundle for adding simple blog functionality to existing or new Symfony project.

v5.0.0(1y ago)194037[4 issues](https://github.com/harentius/blog-bundle/issues)1MITPHPPHP &gt;=8.2

Since Feb 14Pushed 1y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (16)Versions (38)Used By (1)

Symfony Blog Bundle
===================

[](#symfony-blog-bundle)

[![codecov](https://camo.githubusercontent.com/5938811c3067a26fd5ffaed09da395b5da98950feb31731c397e3a7c9a3aaa9d/68747470733a2f2f636f6465636f762e696f2f67682f686172656e746975732f626c6f672d62756e646c652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/harentius/blog-bundle)[![Maintainability](https://camo.githubusercontent.com/cdd6c7068929eb52523146f0ace0cd34546b6c2fbcb978005bf5d4116b19e618/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38613131386639343732326537616334646337302f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/harentius/blog-bundle/maintainability)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f35aed7394b7b51db8b2bbbc2b751b1e67032ea7384efed455f8df49a868bef9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f686172656e746975732f626c6f672d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/harentius/blog-bundle/?branch=master)

A Symfony Bundle for adding simple blog functionality to existing or new Symfony project.
Subsplit from [harentius/blog](https://github.com/harentius/blog) minimalistic blogging engine, which is designed to use Markdown files for content and transform them into blogs, and harentius/blog only stores and shows blogs.

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

[](#installation)

1. Install the bundle

```
$ composer.phar require harentius/blog-bundle
```

2. Add bundles (in config/bundles.php or Kernel):

```
