PHPackages                             kcdev/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. [API Development](/categories/api)
4. /
5. kcdev/disqus

ActiveLibrary[API Development](/categories/api)

kcdev/disqus
============

Laravel - Disqus Integration | Integrating your application with Disqus platform.

v1.0(7y ago)025MITPHPPHP &gt;=5.5.5

Since Nov 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/amirmarmul/disqus)[ Packagist](https://packagist.org/packages/kcdev/disqus)[ RSS](/packages/kcdev-disqus/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Laravel - Disqus Integration
============================

[](#laravel---disqus-integration)

[![Latest Stable Version](https://camo.githubusercontent.com/62654cf6e81511e1a30f385b0579a2aae4d51b580924cd225acd8b2dec188d6e/68747470733a2f2f706f7365722e707567782e6f72672f6b636465762f6469737175732f762f737461626c65)](https://packagist.org/packages/kcdev/disqus)[![Total Downloads](https://camo.githubusercontent.com/78ed65dcfa509830276d4f36b411362708ec35b7f5f588a74424911a59c4ddba/68747470733a2f2f706f7365722e707567782e6f72672f6b636465762f6469737175732f646f776e6c6f616473)](https://packagist.org/packages/kcdev/disqus)[![License](https://camo.githubusercontent.com/46be42caace2a6e98cd8184c543ffd85c471653e938a1f39a223c1d6ce77d814/68747470733a2f2f706f7365722e707567782e6f72672f6b636465762f6469737175732f6c6963656e7365)](https://packagist.org/packages/kcdev/disqus)

Integrating your application with Disqus platform.

Installation
============

[](#installation)

Via composer

```
composer require kcdev/disqus

```

### Setup

[](#setup)

In `app/config/app.php` add the following :

- The ServiceProvider to the providers array :

```
Kcdev\Disqus\DisqusServiceProvider::class,
```

- The class alias to the aliases array :

```
'Disqus' => Kcdev\Disqus\Facades\Disqus::class,
```

- Publish the config file

```
php artisan vendor:publish --provider="Kcdev\Disqus\DisqusServiceProvider"

```

### Configuration

[](#configuration)

Add `DISQUS_USERNAME` in **.env** file :

```
DISQUS_USERNAME=your_disqus_user_name

```

(You can obtain them from [here](https://www.disqus.com))

### Usage

[](#usage)

Display disqus form :

```
{!! Disqus::display() !!}
```

With [custom config](https://help.disqus.com/developer/javascript-configuration-variables) (page.url and page.identifier) :

```
{!! Disqus::display(['data-url' => 'http://some.url/request', 'data-identifier' => 'your.identifier.id']) !!}
```

Without Laravel
---------------

[](#without-laravel)

Checkout example below:

```

```

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within our library, please send an e-mail to Amiruddin Marmul via . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

Lavavel - Disqus Integration is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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

2745d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16517846?v=4)[Amir Marmul](/maintainers/amirmarmul)[@amirmarmul](https://github.com/amirmarmul)

---

Top Contributors

[![amirmarmul](https://avatars.githubusercontent.com/u/16517846?v=4)](https://github.com/amirmarmul "amirmarmul (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

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