friendsofsymfony / comment-bundle
This Bundle provides threaded comment functionality for Symfony applications
Installs: 734 776
Dependents: 14
Suggesters: 0
Security: 0
Stars: 462
Watchers: 33
Forks: 230
Open Issues: 54
Type:symfony-bundle
Requires
- php: ^7.2
- doctrine/annotations: ~1.0
- friendsofsymfony/rest-bundle: ~2.6
- jms/serializer-bundle: ~2.0|~3.0
- phpoption/phpoption: ~1.1
- symfony/asset: ~3.4|^4.3
- symfony/dependency-injection: ~3.4|^4.3
- symfony/form: ~3.4|^4.3
- symfony/framework-bundle: ~3.4|^4.3
- symfony/routing: ~3.4|^4.3
- symfony/security-bundle: ~3.4|^4.3
- symfony/twig-bridge: ~3.4|^4.3
- symfony/twig-bundle: ~3.4|^4.3
- symfony/validator: ~3.4|^4.3
- symfony/yaml: ~3.4|^4.3
- twig/twig: ~2.0|~3.0
Requires (Dev)
- doctrine/doctrine-bundle: ~1.6
- doctrine/orm: ~2.3
- friendsofphp/php-cs-fixer: ^2.2
- friendsofsymfony/user-bundle: ~2.0
- ornicar/akismet-bundle: dev-master
- phpunit/phpunit: ^6.5
- symfony/browser-kit: ~3.4|^4.3
- symfony/css-selector: ~3.4|^4.3
- symfony/dom-crawler: ~3.4|^4.3
- symfony/expression-language: ~3.4|^4.3
- symfony/phpunit-bridge: ~3.4|^4.3
Suggests
- friendsofsymfony/user-bundle: Allows for user integration.
- ornicar/akismet-bundle: Integrate Akismet for spam detection.
- symfony/acl-bundle: Integrates the ACL Security component.
- symfony/assetic-bundle: Integrates Assetic into Symfony.
This package is auto-updated.
Last update: 2024-10-19 05:06:06 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)
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:
LICENSE