friendsofsymfony/comment-bundle

This Bundle provides threaded comment functionality for Symfony applications

Installs: 726 586

Dependents: 14

Suggesters: 0

Security: 0

Stars: 464

Watchers: 33

Forks: 228

Open Issues: 54

Type:symfony-bundle

v3.0.0 2020-01-08 12:45 UTC

README

The FOSCommentBundle adds support for a comment system in Symfony. Features include:

  • Supports Symfony 3.4, 4.4
  • Manages trees of comments
  • Can include comment threads in any page
  • Compatible with any persistence backend. Doctrine2 mongodb-odm and ORM are implemented.
  • Configurable sorting of the comment tree
  • REST api (via FOSRestBundle)
  • Extensible through events fired during the comment lifecycle
  • Optional use of Symfony Acl to protect comments
  • Optional integration with FOS\UserBundle
  • Optional integration with Akismet
  • Optional markup parser support (eg HtmlPurifier or php-sundown)

Build Status Total Downloads Latest Stable Version

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the Documentation

Installation

All the installation instructions are located in documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

LICENSE