承接 yosimitso/workingforumbundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

yosimitso/workingforumbundle

最新稳定版本:v5.0

Composer 安装命令:

composer require yosimitso/workingforumbundle

包简介

A complete forum bundle

README 文档

README

Latest Stable Version Total Downloads License

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

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

统计信息

  • 总下载量: 5.27k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 42
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 42
  • Watchers: 6
  • Forks: 25
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-19