https://github.com/ezsystems/commentsbundle
Comment bundle for eZ Platform integrating with Disqus & Facebook and allowing custom integrations
https://github.com/ezsystems/commentsbundle
disqus ez-platform facebook-comments
Last synced: about 2 months ago
JSON representation
Comment bundle for eZ Platform integrating with Disqus & Facebook and allowing custom integrations
- Host: GitHub
- URL: https://github.com/ezsystems/commentsbundle
- Owner: ezsystems
- License: other
- Created: 2013-09-10T14:39:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T15:32:02.000Z (over 4 years ago)
- Last Synced: 2025-04-15T15:44:49.184Z (2 months ago)
- Topics: disqus, ez-platform, facebook-comments
- Language: PHP
- Homepage:
- Size: 182 KB
- Stars: 5
- Watchers: 24
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EzSystemsCommentsBundle
[](https://travis-ci.org/ezsystems/CommentsBundle)
[](https://packagist.org/packages/ezsystems/comments-bundle/stats)
[](https://github.com/ezsystems/CommentsBundle/releases)
[](LICENSE)CommentsBundle is an versatile bundle for eZ Platform *(v7 for eZ Platform 2.5, v6 for eZ Platform 1.x, and v5 for eZ Publish Platform 5.x)* making commenting easy.
## Install
1. Run: `composer require ezsystems/comments-bundle:^6.0`,
or on 2.5 you can run: `composer require ezsystems/comments-bundle:^7.0@beta`
2. Add `new \EzSystems\CommentsBundle\EzSystemsCommentsBundle()` to acive prod bundles in `app/AppKernel.php`.## Features
### Comments abstraction
Many commenting systems exist across the web, *application specific* (such as
[FOSCommentBundle](https://github.com/FriendsOfSymfony/FOSCommentBundle)) or *cloud based*
(such as [Disqus](http://disqus.com) or [Facebook Comments](https://developers.facebook.com/docs/reference/plugins/comments/)).CommentsBundle is **provider based**. This means that it is open to **any kind of commenting system**.
### Single entry point
Render your comments with a single line of code.## Available integration
CommentsBundle currently works with the following commenting systems:
* [Disqus](Resources/doc/02-configuration.md#disqus)
* [Facebook comments](Resources/doc/02-configuration.md#facebook)## Documentation
Documentation can be found in `Resources/doc/` folder.
[Read the documentation](Resources/doc/index.md).
## License
This bundle is under **[GPL v2.0 license](http://www.gnu.org/licenses/gpl-2.0.html)**.