PHPackages                             panix/mod-disqus - 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. panix/mod-disqus

ActivePixelion-module

panix/mod-disqus
================

Module disqus

v4.x-dev(4y ago)01MITPHP

Since Aug 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/andrtechno/mod-disqus)[ Packagist](https://packagist.org/packages/panix/mod-disqus)[ Docs](https://github.com/andrtechno/mod-disqus)[ RSS](/packages/panix-mod-disqus/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

mod-pages
=========

[](#mod-pages)

Module for PIXELION CMS

[![Latest Stable Version](https://camo.githubusercontent.com/e13472f054d7a97edfe2ea78c78f176618a69058b96b54d9c847852b41f50f6b/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d6469737175732f762f737461626c65)](https://packagist.org/packages/panix/mod-disqus)[![Total Downloads](https://camo.githubusercontent.com/101938fa105382eef7fad83b628748a852481d9dab3bacf0680cfd46934495e8/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d6469737175732f646f776e6c6f616473)](https://packagist.org/packages/panix/mod-disqus)[![Monthly Downloads](https://camo.githubusercontent.com/d0c09743b3480047a9bc32785cdbeaeda3ae1221a763734d295defd263688985/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d6469737175732f642f6d6f6e74686c79)](https://packagist.org/packages/panix/mod-disqus)[![Daily Downloads](https://camo.githubusercontent.com/011b25434b5f7a91beecb0e7f4470ef2b033c4a0ef93476b2e9d4576468d8f59/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d6469737175732f642f6461696c79)](https://packagist.org/packages/panix/mod-disqus)[![Latest Unstable Version](https://camo.githubusercontent.com/5e2777cdadc992999de0fa8a951f0ef415cafc428196cee700dbdb5e645bb8dd/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d6469737175732f762f756e737461626c65)](https://packagist.org/packages/panix/mod-disqus)[![License](https://camo.githubusercontent.com/e884e4485ece4568d51ab7468d231bcf697f749b8373701486fa271b8fba84fb/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d6469737175732f6c6963656e7365)](https://packagist.org/packages/panix/mod-disqus)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

#### Either run

[](#either-run)

```
php composer require --prefer-dist panix/mod-disqus "*"

```

or add

```
"panix/mod-disqus": "*"

```

to the require section of your `composer.json` file.

#### Add to web config.

[](#add-to-web-config)

```
    'modules' => [
        'disqus' => ['class' => 'panix\mod\disqus\Module'],
    ],

```

#### Usage

[](#usage)

##### Run widget

[](#run-widget)

```
echo \panix\mod\disqus\DisqusWidget::widget([
    'id' => '', //require
    'url' => '', //require
    'domain' => '', //require if not usage module settings
]);

```

##### Run counter

[](#run-counter)

```
echo Html::a('','#disqus_thread',[
    'data-disqus-identifier' => '', //require
    'class' => 'disqus-comment-count'
]);

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1494d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f081670109ead0bd6a80aa3af5e9ef9fdcacecdaa3d5a9c1281eed523d09e455?d=identicon)[andrtechno](/maintainers/andrtechno)

---

Top Contributors

[![andrtechno](https://avatars.githubusercontent.com/u/6948026?v=4)](https://github.com/andrtechno "andrtechno (6 commits)")

---

Tags

moduledisquspixelion-cms

### Embed Badge

![Health badge](/badges/panix-mod-disqus/health.svg)

```
[![Health](https://phpackages.com/badges/panix-mod-disqus/health.svg)](https://phpackages.com/packages/panix-mod-disqus)
```

###  Alternatives

[nwidart/laravel-modules

Laravel Module management

6.1k14.6M274](/packages/nwidart-laravel-modules)[nikolaposa/zf-disqus

ZF module which facilitates integration of Disqus widgets

1210.7k](/packages/nikolaposa-zf-disqus)

PHPackages © 2026

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