Download the PHP package yosimitso/workingforumbundle without Composer
On this page you can find all versions of the php package yosimitso/workingforumbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package workingforumbundle
WorkingForumBundle
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
Try it here - https://demoworkingforum.charlymartins.fr
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
See SETUP.md
Configuration
Refer to CONFIGURATION.md
Contribute
About a fix : Make a PR !
About a feature : please open an issue, to talk about it and share the work
Tests
Before opening a pull request, run tests :
Go to the bundle's directory and execute `
Unit tests `
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 `
All versions of workingforumbundle with dependencies
ext-mbstring Version *
knplabs/knp-paginator-bundle Version ^5.0
knplabs/knp-markdown-bundle Version ^1.9.0
symfony/framework-bundle Version >=5.0|>=6.2
symfony/translation Version >=5.0|>=6.2
symfony/security-bundle Version >=5.0|>=6.2
symfony/templating Version >=5.0|>=6.2
symfony/asset Version >=5.0|>=6.2
symfony/dependency-injection Version >=5.0|>=6.2
symfony/form Version >=5.0|>=6.2
doctrine/common Version ^3.0
doctrine/orm Version ^2.8
twig/twig Version ^2.0|^3.0
symfony/twig-bridge Version >= 5.4|>=6.2
twig/extra-bundle Version >= 3.3
doctrine/doctrine-bundle Version >=2.6
symfony/validator Version >=5.0|>=6.2
doctrine/annotations Version ^1.12
symfony/mime Version >=5.0|>=6.2
knplabs/knp-time-bundle Version ^1.20
symfony/messenger Version >=5.2
symfony/mailer Version >=5.4|>=6.2
symfony/security-core Version >=5.4|>=6.2
egulias/email-validator Version ^3.1
symfony/expression-language Version ^6.3
sensio/framework-extra-bundle Version ^6.2