Skip to content

onEXHovia/FOSCommentBundle

This branch is 102 commits behind FriendsOfSymfony/FOSCommentBundle:master.

Folders and files

NameName
Last commit message
Last commit date
May 16, 2018
May 17, 2018
May 14, 2018
May 29, 2018
Jan 4, 2018
Jan 4, 2018
Jan 4, 2018
May 16, 2018
Jan 4, 2018
Jan 4, 2018
Jan 4, 2018
Jan 4, 2018
Jun 9, 2018
Jan 4, 2018
Jan 4, 2018
Jun 9, 2018
Jan 4, 2018
Jan 4, 2018
Mar 4, 2018
Mar 4, 2018
Oct 27, 2018
Jun 9, 2018
Jan 4, 2018
Jan 4, 2018
Aug 20, 2018
Jan 30, 2018
Jun 9, 2018
Jun 1, 2017

Repository files navigation

FOSCommentBundle

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

  • Supports Symfony 2.8, 3.x, 4.x
  • 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:

Resources/meta/LICENSE

About

Threaded comments for Symfony2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.6%
  • JavaScript 5.6%
  • HTML 5.1%
  • CSS 0.7%