ezsystems / comments-bundle
Commenting system for eZ Platform
Installs: 235 541
Dependents: 5
Suggesters: 0
Security: 0
Stars: 5
Watchers: 26
Forks: 16
Type:ezplatform-bundle
Requires
- ezsystems/ezpublish-kernel: ~5.4|>=2014.11
- ezsystems/ngsymfonytools-bundle: ~1.0
- symfony-cmf/routing: ~1.1
Requires (Dev)
- v2014.11.0
- v2014.07.0
- v2014.05.0
- v2014.03.1
- v2014.01.1
- v2013.09.0
- v2013.07.0
- dev-master / 7.0.x-dev
- v7.0.0-beta1
- v6.1.3-rc1
- v6.1.2
- v6.1.1
- v6.1.0
- v6.1.0-rc1
- v6.1.0-beta1
- v6.0.0
- v6.0.0-rc1
- v6.0.0-beta3
- v6.0.0-beta2
- v6.0.0-beta1
- v6.0.0-alpha5
- v6.0.0-alpha3
- v6.0.0-alpha1
- 5.4.x-dev
- v5.4.8
- v5.4.8-rc1
- v5.4.7
- v5.4.7-rc1
- v5.4.2
- v5.4.0
- v5.4.0-rc2
- v5.4.0-rc1
- v5.4.0-beta1
- 5.3.x-dev
- v5.3.2
- v5.3.2-rc1
- v5.3.0
- v5.2.0
- v5.2.0-beta1
This package is auto-updated.
Last update: 2024-10-21 00:16:46 UTC
README
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
- Run:
composer require ezsystems/comments-bundle:^6.0
, or on 2.5 you can run:composer require ezsystems/comments-bundle:^7.0@beta
- Add
new \EzSystems\CommentsBundle\EzSystemsCommentsBundle()
to acive prod bundles inapp/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.
License
This bundle is under GPL v2.0 license.