PHPackages                             heimrichhannot/contao-disqus-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. heimrichhannot/contao-disqus-bundle

ActiveContao-bundle

heimrichhannot/contao-disqus-bundle
===================================

Contao 4 disqus bundle

2.3.0(3y ago)0358LGPL-3.0-or-laterPHPPHP ^7.0 || ^8.0

Since Aug 24Pushed 3y ago5 watchersCompare

[ Source](https://github.com/heimrichhannot/contao-disqus-bundle)[ Packagist](https://packagist.org/packages/heimrichhannot/contao-disqus-bundle)[ RSS](/packages/heimrichhannot-contao-disqus-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (12)Versions (8)Used By (0)

Contao Disqus Bundle
====================

[](#contao-disqus-bundle)

[![](https://camo.githubusercontent.com/241f3ce70421274a7f9a674346918ac402eda700fef21d6ce4fa090fff1386a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6865696d7269636868616e6e6f742f636f6e74616f2d6469737175732d62756e646c652e737667)](https://packagist.org/packages/heimrichhannot/contao-disqus-bundle)[![](https://camo.githubusercontent.com/9ba4445c315e25d24eb912f6d193461eca27444870bda632a6ca02e9457b9450/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6865696d7269636868616e6e6f742f636f6e74616f2d6469737175732d62756e646c652e737667)](https://packagist.org/packages/heimrichhannot/contao-disqus-bundle)[![Build Status](https://camo.githubusercontent.com/8b9cfeb1779b26064f53f0ca3430b5b4ffa46cc072c908c864a5fcb3ee7bc404/68747470733a2f2f7472617669732d63692e6f72672f6865696d7269636868616e6e6f742f636f6e74616f2d6469737175732d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/heimrichhannot/contao-disqus-bundle)[![Coverage Status](https://camo.githubusercontent.com/ac5772d242dd7ff09fcbe97c7718e71f414b1b85e9c0afcfe4aa1a4335234a84/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6865696d7269636868616e6e6f742f636f6e74616f2d6469737175732d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/heimrichhannot/contao-disqus-bundle?branch=master)

Add the disqus comment system to your contao page.

Features
--------

[](#features)

- integrates into news article rendering
- stand alone module to integrate wherever you want
- Service for even more custom placement

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

[](#requirements)

- Contao 4.4
- PHP 7

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

[](#installation)

```
composer require heimrichhannot/contao-disqus-bundle

```

Setup
-----

[](#setup)

There are three options to integrate disqus.

### News

[](#news)

- in your news template (usually `news_full.html5`), add following code:

```

```

- in your news archive, active disqus comments and enter disqus forum name

### Module

[](#module)

- create a module with the bundles disqus comments module and enter all need informations
- add module to an article

### Service

[](#service)

- output the result of `DisqusRenderer::render()` (callable from `huh.disqus.renderer` service)

```
// Example from DisqusCommentModule (we recommend injecting the service instead of calling it direct from container):

$this->Template->disqus_block = System::getContainer()->get('huh.disqus.renderer')->render($this->disqus_shortname, $this->disqus_identifier);
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~312 days

Recently: every ~467 days

Total

7

Last Release

1312d ago

PHP version history (2 changes)2.0.0PHP ~7.0

2.3.0PHP ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/28ad3224d8727b622ebd229840eea6b9dbcb83eb0bd609e6ce65b614830ff538?d=identicon)[digitales@heimrich-hannot.de](/maintainers/digitales@heimrich-hannot.de)

---

Top Contributors

[![koertho](https://avatars.githubusercontent.com/u/12064642?v=4)](https://github.com/koertho "koertho (19 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/heimrichhannot-contao-disqus-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/heimrichhannot-contao-disqus-bundle/health.svg)](https://phpackages.com/packages/heimrichhannot-contao-disqus-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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