PHPackages                             valantir/forumbundle - 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. valantir/forumbundle

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

valantir/forumbundle
====================

Forum

1.4.2(10y ago)1121[1 issues](https://github.com/Valantir007/ForumBundle/issues)MITPHP

Since Nov 1Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Valantir007/ForumBundle)[ Packagist](https://packagist.org/packages/valantir/forumbundle)[ Docs](https://github.com/Valantir007/ForumBundle)[ RSS](/packages/valantir-forumbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (6)Versions (6)Used By (0)

ValantirForumBundle
===================

[](#valantirforumbundle)

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

[](#installation)

### Step 1

[](#step-1)

To install bundle in your project, add below line to your composer.json file:

```
// composer.json
{
    // ...
    "require": {
        // ...
        "valantir/forumbundle": "dev-master",
    }
}

```

NOTE: Please replace dev-master with the latest stable version, for example 1.0.0.

Then install bundle by running update command:

```
// composer.json
$ php composer.phar update valantir/forumbundle

```

Now you need to add bundle to your AppKernel.php file:

```
