sulu / comment-bundle
Sulu Bundle for adding comments on entities
3.0.0
2026-06-18 13:58 UTC
Requires
- php: ^8.2
- doctrine/collections: ^1.6 || ^2.0
- doctrine/orm: ^2.17.3 || ^3.3
- doctrine/persistence: ^3.1 || ^4.0
- friendsofsymfony/rest-bundle: ^3.2
- jms/serializer-bundle: ^4.0.1 || ^5.0
- sulu/sulu: ^3.0
- symfony/config: ^6.4 || ^7.1
- symfony/dependency-injection: ^6.4 || ^7.1
- symfony/event-dispatcher: ^6.4 || ^7.1
- symfony/event-dispatcher-contracts: ^2.5 || ^3.0
- symfony/form: ^6.4 || ^7.1
- symfony/framework-bundle: ^6.4 || ^7.1
- symfony/http-foundation: ^6.4 || ^7.1
- symfony/http-kernel: ^6.4 || ^7.1
- symfony/options-resolver: ^6.4 || ^7.1
- symfony/routing: ^6.4 || ^7.1
- symfony/translation-contracts: ^2.5 || ^3.0
- twig/twig: ^2.13 || ^3.0
Requires (Dev)
- doctrine/doctrine-bundle: ^2.6 || ^3.0
- handcraftedinthealps/zendsearch: ^2.0
- jackalope/jackalope-doctrine-dbal: ^2.0
- jangregor/phpstan-prophecy: ^2.0
- massive/search-bundle: ^2.0.0
- php-cs-fixer/shim: ^3.14
- php-ffmpeg/php-ffmpeg: ^1.0
- phpspec/prophecy: ^1.18
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^2.0
- phpstan/phpstan-doctrine: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-symfony: ^2.0
- phpstan/phpstan-webmozart-assert: ^2.0
- phpunit/phpunit: ^10.5 || ^11.5 || ^12.1 || ^13.0
- rector/rector: ^2.0
- spaze/phpstan-disallowed-calls: ^4.7
- symfony/browser-kit: ^6.4 || ^7.1
- symfony/css-selector: ^6.4 || ^7.1
- symfony/dotenv: ^6.4 || ^7.1
- symfony/monolog-bundle: ^3.7 || ^4.0
- symfony/phpunit-bridge: ^6.4 || ^7.1 || ^8.0
- symfony/runtime: ^6.4 || ^7.1
- symfony/security-bundle: ^6.4 || ^7.1
- symfony/stopwatch: ^6.4 || ^7.1
- symfony/var-dumper: ^6.4 || ^7.1
README
The SuluCommentBundle adds support for adding comments to different types of entities (pages, articles, custom) in Sulu.
Included features:
- Website renderer
- Sulu-Admin integration to delete and update comments
Requirements
- Composer
- PHP
^8.2 - Sulu
^3.0
For detailed requirements see composer.json.
Documentation
The the Documentation is stored in the Resources/doc/ folder.
Installation
All the installation instructions are located in the Documentation.
License
This bundle is under the MIT license. See the complete license in the bundle
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the sulu/skeleton to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.