PHPackages                             discutea/forum-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. discutea/forum-bundle

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

discutea/forum-bundle
=====================

Simple forum bundle.

1.0.6(8y ago)282.9k13[1 issues](https://github.com/Discutea/DForumBundle/issues)MITPHPPHP &gt;5.5.0 || ^7.0

Since May 28Pushed 8y ago5 watchersCompare

[ Source](https://github.com/Discutea/DForumBundle)[ Packagist](https://packagist.org/packages/discutea/forum-bundle)[ RSS](/packages/discutea-forum-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (7)Dependencies (18)Versions (10)Used By (0)

ForumBundle README.
===================

[](#forumbundle-readme)

[Lisez-moi Français](https://github.com/Discutea/DForumBundle/blob/master/README_fr.md)

[![SensioLabsInsight](https://camo.githubusercontent.com/aaa0d7209607716e0ac26a9589c04df35e4f4b3eb02683d5b589991ef0c23bc5/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33623465343961362d396636342d343434312d613838612d3635633866373035623364312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/3b4e49a6-9f64-4441-a88a-65c8f705b3d1) [![Build Status](https://camo.githubusercontent.com/2625a91466f68d5e60cd654606aa718d9bd5ca52ee8862429d5c16218581a8c7/68747470733a2f2f6170692e7472617669732d63692e6f72672f44697363757465612f44466f72756d42756e646c652e706e67)](https://travis-ci.org/Discutea/DForumBundle) [![Latest Stable Version](https://camo.githubusercontent.com/5c9e2150ab0c7bdf345dd0b66315bf170a4c12550b15c95bc1c0eed2f3ed302d/68747470733a2f2f706f7365722e707567782e6f72672f64697363757465612f666f72756d2d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/discutea/forum-bundle) [![Total Downloads](https://camo.githubusercontent.com/3df3599c88c6921e483f09c7e8f6cb0b7b565d1a5ba95cfe991f9a4a37db1b12/68747470733a2f2f706f7365722e707567782e6f72672f64697363757465612f666f72756d2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/discutea/forum-bundle)

BUNDLE INFORMATION:
-------------------

[](#bundle-information)

This bundle has been conceived with and for Symfony 3 (PHP &gt;= 5.x | 7.x)

[Annonce: If my work seems good to you, be aware that I am currently looking for a job.](https://www.linkedin.com/in/verdierdavid)

Available on:

- [Github](https://github.com/Discutea/DForumBundle)
- [Packagist](https://packagist.org/packages/discutea/forum-bundle)
- [KnpBundles](http://knpbundles.com/Discutea/DForumBundle)

FEATURES:

This bundle includes the following features:

- Category: Create / Edit / Delete / Move forums / User rights management.
- Forum: Create / Edit / Delete / Move topics
- Topics: Create / Edit / Delete / Move
- Posts: Create / Edit / Delete
- Labels: Resolved / Pinned / Closed
- Others, coming soon...

SETUP:
------

[](#setup)

Before setting up everything, this bundle requires that you install KnpPaginatorBundle.

1: Add the dependancy to your composer

```
composer require discutea/forum-bundle

```

2: Register DForumBundle in the Symfony kernel

```
