altblock / comment-bundle
This Bundle provides threaded comment functionality for Symfony applications
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 231
Type:symfony-bundle
Requires
- php: ^5.5.9|~7.0
- doctrine/annotations: ~1.0
- friendsofsymfony/rest-bundle: ~1.6|~2.0
- jms/serializer-bundle: ~2.0
- phpoption/phpoption: ~1.1
- symfony/asset: ~2.7|~3.0|^4.0
- symfony/dependency-injection: ~2.7|~3.0|^4.0
- symfony/form: ~2.7|~3.0|^4.0
- symfony/framework-bundle: ~2.7|~3.0|^4.0
- symfony/routing: ~2.7|~3.0|^4.0
- symfony/security-bundle: ~2.7|~3.0|^4.0
- symfony/twig-bridge: ^2.7|~3.0|^4.0
- symfony/twig-bundle: ~2.7|~3.0|^4.0
- symfony/validator: ~2.7|~3.0|^4.0
- symfony/yaml: ~2.7|~3.0|^4.0
- twig/twig: ~1.28|~2.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: ^4.8.35|^5.7.11|^6.5
- symfony/assetic-bundle: ~2.7
- symfony/browser-kit: ~2.7|~3.0|^4.0
- symfony/css-selector: ~2.7|~3.0|^4.0
- symfony/dom-crawler: ~2.7|~3.0|^4.0
- symfony/expression-language: ~2.7|~3.0|^4.0
- symfony/phpunit-bridge: ~2.7|~3.0|^4.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.
Conflicts
- twig/twig: <1.28
README
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)
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