rmzamora / fos-comment-bundle
This Bundle provides threaded comment functionality for Symfony2 applications FORK
Installs: 739
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 195
Type:symfony-bundle
Requires
- php: >=5.3.2
- friendsofsymfony/rest-bundle: ~1.0
- jms/serializer-bundle: ~0.11|~1.0
- symfony/form: ~2.3
- symfony/framework-bundle: ~2.3
- symfony/security-bundle: ~2.3
- symfony/twig-bundle: ~2.3
- symfony/validator: ~2.3
- symfony/yaml: ~2.3
Requires (Dev)
- doctrine/doctrine-bundle: ~1.1
- doctrine/orm: ~2.3
- friendsofsymfony/user-bundle: ~1.1
- ornicar/akismet-bundle: dev-master
- symfony/assetic-bundle: ~2.3
- symfony/browser-kit: ~2.3
- symfony/css-selector: ~2.3
- symfony/expression-language: ~2.4
Suggests
- friendsofsymfony/user-bundle: Allows for user integration.
- ornicar/akismet-bundle: Integrate Akismet for spamdetection.
This package is not auto-updated.
Last update: 2017-11-14 13:29:16 UTC
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.3, you must use 2.0.0 or higher of this bundle. Symfony2.1 and 2.2 are not supported anymore.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
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