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

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

ed/blog-bundle
==============

Symfony EDBlogBundle

v3.0.0(8y ago)348.4k19[12 issues](https://github.com/EtonDigital/EDBlogBundle/issues)[4 PRs](https://github.com/EtonDigital/EDBlogBundle/pulls)MITPHPPHP &gt;=5.3.3

Since Jul 29Pushed 6y ago19 watchersCompare

[ Source](https://github.com/EtonDigital/EDBlogBundle)[ Packagist](https://packagist.org/packages/ed/blog-bundle)[ Docs](http://blog-demo.etonlabs.com)[ RSS](/packages/ed-blog-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (24)Versions (16)Used By (0)

EDBlogBundle
============

[](#edblogbundle)

EDBlogBundle is extensive and user friendly blog bundle for Symfony2. It provides a lot of interesting features that makes a serious bloging platform from your symfony2 application. It is very intuitive and flexible, you can easily fit it to your own needs.

Features:
---------

[](#features)

- Blog admin panel
- User management, multiple roles Contributer, Author, Editor and Administrator
- Comments management
- Categories
- Tags
- Articles with multiple revisions, writing locks, autosave...
- Media gallery
- RSS feed

License:
--------

[](#license)

This bundle is under the MIT license.

```
Resources/meta/LICENSE

```

Prerequisites
-------------

[](#prerequisites)

This bundle is relaying on many cool features provided by very popular Symfony2 bundles such as:

- **FOSUserBundle** - for user management ( See  for more details)
- **KnpPaginatorBundle** - Symfony 2 paginator ( See  for more details )
- **StofDoctrineExtensionsBundle** - DoctrineExtensions for Symfony2 ( See  for more details )
- **SonataMediaBundle** - Media management ( See  for more details)

Demo:
-----

[](#demo)

Visit demo application on  to see behaviour of our bundle integrated into standard Symfony2 application.

Installation:
-------------

[](#installation)

Installation process includes following steps:

1. Composer vendors installation and activation
2. Creating blog related entities from provided model
3. EDBlogBundle configuration
4. SonataMediaBundle installation and configuration
5. Rutes configuration
6. Assetic configuration
7. RSS feed configuration
8. Finish

Step 1: Composer vendors installation and activation
====================================================

[](#step-1-composer-vendors-installation-and-activation)

If you already don't have composer installed, you can get it using:

```
$ wget http://getcomposer.org/composer.phar

```

Then you can require following packages:

```
$ composer require friendsofsymfony/user-bundle:"~2.0@dev" eko/feedbundle:1.2.5 ed/blog-bundle:v1.0.5

```

Activate newly required bundles in `app/AppKernel.php` similar to this example:

```
