intracto / fos-comment-bundle
This Bundle provides threaded comment functionality for Symfony applications
Installs: 612
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 1
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- doctrine/annotations: ~1.0
- friendsofsymfony/rest-bundle: ^3.2
- jms/serializer-bundle: ^4.0
- phpoption/phpoption: ~1.1
- symfony/asset: 5.4.*
- symfony/dependency-injection: ~5.4
- symfony/form: ~5.4
- symfony/framework-bundle: ~5.4
- symfony/routing: ~5.4
- symfony/security-bundle: ~5.4
- symfony/twig-bridge: ~5.4
- symfony/twig-bundle: ~5.4
- symfony/validator: ~5.4
- symfony/yaml: ~5.4
- twig/twig: ^3.0
Requires (Dev)
- doctrine/doctrine-bundle: ^1.6|^2.0
- doctrine/orm: ~2.10
- friendsofphp/php-cs-fixer: ^3.3
- friendsofsymfony/user-bundle: ^2.5
- ornicar/akismet-bundle: dev-master
- phpunit/phpunit: ^9.5
- symfony/browser-kit: ~5.4
- symfony/css-selector: ~5.4
- symfony/dom-crawler: ~5.4
- symfony/expression-language: ~5.4
- symfony/phpunit-bridge: ^6.0
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-25 21:11:52 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