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

ActiveLibrary[API Development](/categories/api)

mengidd/disqus
==============

A Laravel 5 wrapper for the Disqus API

v1.0.1(10y ago)2421MITPHPPHP &gt;=5.4.0

Since Jun 2Pushed 6y agoCompare

[ Source](https://github.com/mengidd/Disqus-Laravel)[ Packagist](https://packagist.org/packages/mengidd/disqus)[ RSS](/packages/mengidd-disqus/feed)WikiDiscussions master Synced 1mo ago

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

[![Total Downloads](https://camo.githubusercontent.com/d5bda529a632b6e2392e76623837942f7ab89ae953ce01592903f78c68655b19/68747470733a2f2f706f7365722e707567782e6f72672f6d656e676964642f6469737175732f646f776e6c6f616473)](https://packagist.org/packages/mengidd/disqus)

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

[](#installation)

Run the following command to install:

```
composer require mengidd/disqus
```

or add the following to your `composer.json` file and run `composer update`:

```
"mengidd/disqus": "1.0.*"
```

Register the service provider with Laravel:

```
'Mengidd\Disqus\Providers\DisqusServiceProvider',
```

Publish the configuration file:

```
php artisan vendor:publish
```

Update the configuration file `config/disqus.php` with your API keys.

Usage
-----

[](#usage)

To use the class, simply put this among your use statements in your file:

```
use Mengidd\Disqus\Disqus;
```

You can then use the API like this:

```
$disqus = new Disqus();

// Example API call
$disqus->threads->list();
```

Documentation on methods and API usage can be found at

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3595d ago

Major Versions

v1.0.1 → 2.0.x-dev2016-07-14

PHP version history (2 changes)v1.0.0PHP &gt;=5.4.0

2.0.x-devPHP &gt;=5.5.9

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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