carbocation/comment-bundle

This Bundle provides threaded comment functionality for Symfony2 applications

Maintainers

👁 carbocation

Package info

github.com/carbocation/FOSCommentBundle

Homepage

Type:symfony-bundle

pkg:composer/carbocation/comment-bundle

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

v2.0.2 2012-10-05 05:25 UTC

Requires

Suggests

Provides

None

Conflicts

None

Replaces

None

MIT 913565fcf35fef8f0771775a94aa17c98dcca20d

commentthreadsforum


README

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

  • 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
  • Extensible through events fired during the comment lifecycle
  • Optional use of Symfony2 Acl to protect comments
  • Optional integration with FOS\UserBundle
  • Optional integration with Akismet_
  • Optional markup parser support (eg HtmlPurifier or php-sundown)

Note:

For users of Symfony2.0, you must use the 1.x branch. Master is no longer compatible with Symfony2.0.

For users of Symfony2.1, you must use 2.0.0 or higher of this bundle.

👁 Build Status

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