sulu / comment-bundle
Sulu Bundle for adding comments on entities
Installs: 36 257
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 26
Forks: 17
Open Issues: 5
Type:sulu-bundle
Requires
- php: ^7.2 || ^8.0
- doctrine/collections: ^1.0 || ^2.0
- doctrine/orm: ^2.5.3
- doctrine/persistence: ^1.3.0 || ^2.0 || ^3.0
- friendsofsymfony/rest-bundle: ^2.6 || ^3.0
- sulu/sulu: ^2.4 || ^2.5@dev
- symfony/config: ^4.4 || ^5.4 || ^6.0 || ^7.0
- symfony/dependency-injection: ^4.4 || ^5.4 || ^6.0 || ^7.0
- symfony/framework-bundle: ^4.4 || ^5.4 || ^6.0 || ^7.0
- symfony/http-foundation: ^4.4 || ^5.4 || ^6.0 || ^7.0
- symfony/http-kernel: ^4.4 || ^5.4 || ^6.0 || ^7.0
Requires (Dev)
- doctrine/doctrine-bundle: ^1.10 || ^2.0
- friendsofphp/php-cs-fixer: ^2.17 || ^3.0
- handcraftedinthealps/zendsearch: ^2.0
- jackalope/jackalope-doctrine-dbal: ^1.3.4 || ^2.0
- jangregor/phpstan-prophecy: ^1.0
- massive/search-bundle: ^2.0.0
- php-ffmpeg/php-ffmpeg: ^0.14 || ^1.0
- phpspec/prophecy: ^1.17
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-doctrine: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-symfony: ^1.0
- phpunit/phpunit: ^8.0 || ^9.6.20 || ^10.0
- symfony/browser-kit: ^4.4 || ^5.4 || ^6.0 || ^7.0
- symfony/dotenv: ^4.4 || ^5.4 || ^6.0 || ^7.0
- symfony/form: ^4.4 || ^5.4 || ^6.0 || ^7.0
- symfony/monolog-bundle: ^3.1
- symfony/security-bundle: ^4.4 || ^5.4 || ^6.0 || ^7.0
- symfony/stopwatch: ^4.4 || ^5.4 || ^6.0 || ^7.0
- thecodingmachine/phpstan-strict-rules: ^1.0
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
Status
This repository will become version 1.0 of SuluCommentBundle. It is under heavy development and currently its APIs and code are not stable yet (pre 1.0).
Requirements
- Composer
- PHP
^7.2
- Sulu
^2.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.