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

AbandonedArchivedLibrary[API Development](/categories/api)

roumen/disqus
=============

Disqus API package for Laravel.

v1.2(11y ago)618.0k8[5 issues](https://github.com/Laravelium/laravel-disqus/issues)ApachePHPPHP &gt;=5.4.0

Since Jan 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Laravelium/laravel-disqus)[ Packagist](https://packagist.org/packages/roumen/disqus)[ Docs](http://roumen.it/projects/laravel-disqus)[ RSS](/packages/roumen-disqus/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

[laravel-disqus](http://roumen.it/projects/laravel-disqus) package
==================================================================

[](#laravel-disqus-package)

[![Latest Stable Version](https://camo.githubusercontent.com/8808d73eeba80fefdeb2617fe2148d51507892d889b21d1add0938d8863d25ad/68747470733a2f2f706f7365722e707567782e6f72672f726f756d656e2f6469737175732f76657273696f6e2e706e67)](https://packagist.org/packages/roumen/disqus) [![Total Downloads](https://camo.githubusercontent.com/d885e2e09e905e85452d542574f98008aa013c321f60792fe317fdfdc1bb48de/68747470733a2f2f706f7365722e707567782e6f72672f726f756d656e2f6469737175732f642f746f74616c2e706e67)](https://packagist.org/packages/roumen/disqus)

A Laravel 5 package for Disqus API.

Notes
-----

[](#notes)

Latest supported version for Laravel 5 is v1.\* (e.g v1.2)

Latest supported version for Laravel 4 is v0.1.1.3

Branch dev-master is for development and is unstable

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

[](#installation)

Run the following command and provide the latest stable version (e.g v1.2) :

```
composer require roumen/disqus
```

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

```
"roumen/disqus": "1.*"
```

Then register this service provider with Laravel :

```
'Roumen\Disqus\DisqusServiceProvider',
```

In your controllers or routes you can create new disqus api object

```
$disqus = new \Disqus('YOUR_SECRET_KEY');

// to turn off SSL
$disqus->setSecure(false);

// example API call
$disqus->trends->listThreads();
```

Documentation on all methods, as well as general API usage can be found at

Examples
--------

[](#examples)

[How to add your latest comments from disqus to your local DB](https://github.com/RoumenDamianoff/laravel-disqus/wiki/Sync-comments)

About disqus-php library
------------------------

[](#about-disqus-php-library)

Author: DISQUS

Copyright: 2007-2010 Big Head Labs

License: Apache version 2.0 (see disqusapi/LICENSE for more information)

Link:

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~243 days

Total

3

Last Release

4062d ago

Major Versions

v0.1.1.3 → v1.12015-02-26

PHP version history (2 changes)v0.1.1.3PHP &gt;=5.3.0

v1.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/146950137?v=4)[RumenX](/maintainers/RumenX)[@RumenX](https://github.com/RumenX)

![](https://www.gravatar.com/avatar/39f3431a6b5d6a58a07a85ec345ec83be04f4afc69ee684d9062781c029c8ae7?d=identicon)[Laravelium](/maintainers/Laravelium)

---

Top Contributors

[![gggordon](https://avatars.githubusercontent.com/u/6540335?v=4)](https://github.com/gggordon "gggordon (2 commits)")[![Omranic](https://avatars.githubusercontent.com/u/406705?v=4)](https://github.com/Omranic "Omranic (1 commits)")

---

Tags

laraveldisqus

### Embed Badge

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

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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