PHPackages                             yosimitso/workingforumbundle - 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. yosimitso/workingforumbundle

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

yosimitso/workingforumbundle
============================

A complete forum bundle

v5.0(1y ago)425.3k24[1 PRs](https://github.com/Yosimitso/WorkingForumBundle/pulls)MITPHPPHP &gt;=8.2.0

Since May 26Pushed 1y ago6 watchersCompare

[ Source](https://github.com/Yosimitso/WorkingForumBundle)[ Packagist](https://packagist.org/packages/yosimitso/workingforumbundle)[ RSS](/packages/yosimitso-workingforumbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (33)Versions (20)Used By (0)

WorkingForumBundle
==================

[](#workingforumbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/010f8f88df0fd58185359249768b482015f4feb7c3b139e1e25061a6d2bfb2da/68747470733a2f2f706f7365722e707567782e6f72672f796f73696d6974736f2f776f726b696e67666f72756d62756e646c652f762f737461626c65)](https://packagist.org/packages/yosimitso/workingforumbundle) [![Total Downloads](https://camo.githubusercontent.com/1934c7b9200def65f6833d0797f951e1a9181991973c7698d07a045a35319244/68747470733a2f2f706f7365722e707567782e6f72672f796f73696d6974736f2f776f726b696e67666f72756d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/yosimitso/workingforumbundle) [![License](https://camo.githubusercontent.com/edf3177f45ef9f2facfa9ae1821c0758221c60bb1420c0166c31b718212a24c4/68747470733a2f2f706f7365722e707567782e6f72672f796f73696d6974736f2f776f726b696e67666f72756d62756e646c652f6c6963656e7365)](https://packagist.org/packages/yosimitso/workingforumbundle)

ENGLISH
=======

[](#english)

A forum bundle for Symfony 5/6, easy to use with a lot of features
This bundle work with your user bundle with no extra configuration (which can extend FOSUserBundle)
The bundle was made to be customizable and overridable to fit your application

Demo
----

[](#demo)

Try it here -

Features
--------

[](#features)

- Support multi language (currently provided : english, french)
- Responsive design (mobile, tablet, desktop)
- Post editor using markdown with smiley, quote and instant preview
- Threads status : resolved, closed, pinned, moved from a moderator
- Enclosed files with post (files upload system)
- Vote system for posts
- Moderator role as ROLE\_MODERATOR (and default admin roles)
- Reporting system for thread
- Auto-lock system for old thread
- Automatic breadcrumb, messages counters, pagination
- Allow or not the anonymous to read forums
- Database safety : no HTML stored, only markdown
- Search system
- Backend administration
- Antiflood system
- Email notification on new posts
- Post saved as draft

Setup
-----

[](#setup)

See SETUP.md

Configuration
-------------

[](#configuration)

Refer to CONFIGURATION.md

Contribute
----------

[](#contribute)

About a fix : Make a PR !

About a feature : please open an issue, to talk about it and share the work

Tests
-----

[](#tests)

Before opening a pull request, run tests :

Go to the bundle's directory and execute

```
composer install

```

**Unit tests**

```
vendor/phpunit/phpunit/phpunit --testsuite=unit

```

**Functionnal tests**

- create an empty database (all data will be erased when you run tests)
- set its credentials into phpunit.xml
- import the database structure (Tests/Scenario/empty\_db.sql)
- run

```
vendor/phpunit/phpunit/phpunit --testsuite=scenario

```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 90% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~212 days

Recently: every ~466 days

Total

15

Last Release

673d ago

Major Versions

V1.2.4 → V2.02019-01-10

V2.1.0 → V3.0.02021-09-15

V3.0.0 → V4.0.02022-02-14

V4.0.0 → v5.02024-07-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/026a36375faeb65356f8c3cf013d72b9997712f47e4f445a1142d04966e679c2?d=identicon)[Yosimitso](/maintainers/Yosimitso)

---

Top Contributors

[![Yosimitso](https://avatars.githubusercontent.com/u/8696725?v=4)](https://github.com/Yosimitso "Yosimitso (99 commits)")[![Clowrid](https://avatars.githubusercontent.com/u/4417026?v=4)](https://github.com/Clowrid "Clowrid (5 commits)")[![eichie](https://avatars.githubusercontent.com/u/917278?v=4)](https://github.com/eichie "eichie (2 commits)")[![webcome](https://avatars.githubusercontent.com/u/1557698?v=4)](https://github.com/webcome "webcome (1 commits)")[![hlibsynkovskyi](https://avatars.githubusercontent.com/u/3519457?v=4)](https://github.com/hlibsynkovskyi "hlibsynkovskyi (1 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")[![InjustFr](https://avatars.githubusercontent.com/u/10207906?v=4)](https://github.com/InjustFr "InjustFr (1 commits)")

---

Tags

bundlechatforumsymfonythread

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yosimitso-workingforumbundle/health.svg)

```
[![Health](https://phpackages.com/badges/yosimitso-workingforumbundle/health.svg)](https://phpackages.com/packages/yosimitso-workingforumbundle)
```

###  Alternatives

[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
