ezsystems/comments-bundle

Commenting system for eZ Platform

Installs: 234 717

Dependents: 5

Suggesters: 0

Security: 0

Stars: 5

Watchers: 26

Forks: 16

Type:ezplatform-bundle

v2014.11.0 2014-11-04 10:15 UTC

README

Build Status Downloads Latest version 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) or cloud based (such as Disqus or Facebook 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:

Documentation

Documentation can be found in Resources/doc/ folder.

Read the documentation.

License

This bundle is under GPL v2.0 license.