https://github.com/intracto/foscommentbundle
https://github.com/intracto/foscommentbundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/intracto/foscommentbundle
- Owner: Intracto
- License: mit
- Created: 2022-03-16T15:50:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T15:21:23.000Z (over 4 years ago)
- Last Synced: 2025-02-02T22:19:40.184Z (over 1 year ago)
- Language: PHP
- Size: 1.41 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
FOSCommentBundle
=============
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)
[](https://travis-ci.org/FriendsOfSymfony/FOSCommentBundle) [](https://packagist.org/packages/friendsofsymfony/comment-bundle) [](https://packagist.org/packages/friendsofsymfony/comment-bundle)
Documentation
-------------
The bulk of the documentation is stored in the `Resources/doc/index.md`
file in this bundle:
[Read the Documentation](https://github.com/FriendsOfSymfony/FOSCommentBundle/blob/master/docs/index.md)
Installation
------------
All the installation instructions are located in [documentation](https://github.com/FriendsOfSymfony/FOSCommentBundle/blob/master/docs/index.md).
License
-------
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE