2017 © Pedro Peláez
 

symfony3-bundle workingforumbundle

A full Symfony 3/4 system

image

yosimitso/workingforumbundle

A full Symfony 3/4 system

  • Wednesday, August 1, 2018
  • by Yosimitso
  • Repository
  • 7 Watchers
  • 12 Stars
  • 619 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 1 Open issues
  • 24 Versions
  • 69 % Grown

The README.md

WorkingForumBundle

Latest Stable Version Total Downloads License, (*1)

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, (*2)

Demo

Try it here - https://demoworkingforum.charlymartins.fr, (*3)

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, (*4)

Configuration

Refer to CONFIGURATION.md, (*5)

Contribute

About a fix : Make a PR !, (*6)

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

Tests

Before opening a pull request, run tests :, (*8)

Go to the bundle's directory and execute, (*9)

composer install

Unit tests, (*10)

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

Functionnal tests, (*11)

  • 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

The Versions

29/01 2018

dev-fileupload-system

dev-fileupload-system

A full Symfony 3 system

  Sources   Download

MIT

The Requires

 

by Avatar Yosimitso

21/12 2017
25/07 2017

dev-autolock-old-topic

dev-autolock-old-topic

A full Symfony 3 system

  Sources   Download

MIT

The Requires

 

by Avatar Yosimitso

30/03 2017

dev-admin_moderator

dev-admin_moderator

A full Symfony 3 system

  Sources   Download

MIT

The Requires

 

by Avatar Yosimitso