PHPackages                             integrated/comment-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. integrated/comment-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

integrated/comment-bundle
=========================

Integrated Comment Bundle

0.7(8y ago)1329MITPHPPHP &gt;=5.4

Since Feb 8Pushed 8y ago2 watchersCompare

[ Source](https://github.com/integratedfordevelopers/integrated-comment-bundle)[ Packagist](https://packagist.org/packages/integrated/comment-bundle)[ Docs](http://www.e-active.nl)[ RSS](/packages/integrated-comment-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (8)Versions (8)Used By (0)

IntegratedCommentBundle
=======================

[](#integratedcommentbundle)

This bundle provides block management

Requirements
------------

[](#requirements)

- See the require section in the composer.json

Features
--------

[](#features)

- Ability to add comments to input fields and tinyMCE editor

Documentation
-------------

[](#documentation)

- [Integrated for Developers](http://integratedfordevelopers.com/ "Integrated for Developers")

Installation
------------

[](#installation)

This bundle can be installed following these steps:

### Install using composer

[](#install-using-composer)

```
$ php composer.phar require integrated/comment-bundle:~0.6

```

### Enable the bundle

[](#enable-the-bundle)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\CommentBundle\IntegratedCommentBundle()
        // ...
    );
}

```

### Import the routing

[](#import-the-routing)

```
# app/config/routing.yml
integrated_comment:
    resource: "@IntegratedCommentBundle/Resources/config/routing.xml"
    prefix: "/admin"

```

### Escaping comments

[](#escaping-comments)

Comments made with tinyMCE will be added as html comments inside the source code, like this:

```
text commented text not commented text

```

If you don't like the html comments in your source code you can filter it with twig filter "remove\_comments"

```
{{ content.content|remove_comments }}

```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
LICENSE

```

Contributing
------------

[](#contributing)

Pull requests are welcome. Please see our [CONTRIBUTING guide](http://integratedfordevelopers.com/contributing "CONTRIBUTING guide").

About
-----

[](#about)

This bundle is part of the Integrated project. You can read more about this project on the [Integrated for Developers](http://integratedfordevelopers.com/ "Integrated for Developers") website.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Total

4

Last Release

3222d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5710731?v=4)[Integrated Publishing Solutions](/maintainers/integrated)[@integrated](https://github.com/integrated)

---

Top Contributors

[![marijnotte](https://avatars.githubusercontent.com/u/6791447?v=4)](https://github.com/marijnotte "marijnotte (13 commits)")[![developerOptimum](https://avatars.githubusercontent.com/u/38356099?v=4)](https://github.com/developerOptimum "developerOptimum (7 commits)")[![koenprins](https://avatars.githubusercontent.com/u/4244625?v=4)](https://github.com/koenprins "koenprins (5 commits)")[![johanliefers](https://avatars.githubusercontent.com/u/12084685?v=4)](https://github.com/johanliefers "johanliefers (4 commits)")[![johnnyborg](https://avatars.githubusercontent.com/u/9214245?v=4)](https://github.com/johnnyborg "johnnyborg (2 commits)")[![integratedforpublishers](https://avatars.githubusercontent.com/u/6708931?v=4)](https://github.com/integratedforpublishers "integratedforpublishers (2 commits)")[![jansanne](https://avatars.githubusercontent.com/u/1027048?v=4)](https://github.com/jansanne "jansanne (1 commits)")[![joenivl](https://avatars.githubusercontent.com/u/1433653?v=4)](https://github.com/joenivl "joenivl (1 commits)")

---

Tags

commentIntegrated

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/integrated-comment-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/integrated-comment-bundle/health.svg)](https://phpackages.com/packages/integrated-comment-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
