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

ActiveLibrary[API Development](/categories/api)

rtablada/wardrobe-disqus
========================

Fast, simple Disqus integration for Laravel

159063PHP

Since Jan 15Pushed 12y ago5 watchersCompare

[ Source](https://github.com/rtablada/wardrobe-disqus)[ Packagist](https://packagist.org/packages/rtablada/wardrobe-disqus)[ RSS](/packages/rtablada-wardrobe-disqus/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Wardrobe Disqus
===============

[](#wardrobe-disqus)

This package for Wardrobe CMS allows quick integration of disqus comment systems using a simple call to `Disqus::comments()` from your theme views.

While designed for Wardrobe, this package works across all Laravel installations.

Installation Using Laravel 4 Package Installer
----------------------------------------------

[](#installation-using-laravel-4-package-installer)

If you have [Laravel 4 Package Installer](https://github.com/rtablada/package-installer) installed you can install Wardrobe Disqus by running `php artisan package:install rtablada/wardrobe-disqus` and then publishing the configuration by running `php artisan config:publish rtablada/wardrobe-disqus`.

Installing Using Composer
-------------------------

[](#installing-using-composer)

If you do not have Pacakge Installer, you can install Wardrobe Disqus by running `composer require rtablada/wardrobe-disqus` and then modifying your `providers` in `app/config/app.php` to include `Rtablada\WardrobeDisqus\WardrobeDisqusServiceProvider` and your `aliases` to include `'Disqus' => 'Rtablada\WardrobeDisqus\Facades\Disqus'`. Then run `php artisan config:publish rtablada/wardrobe-disqus`.

Configuring Wardrobe Disqus
---------------------------

[](#configuring-wardrobe-disqus)

Configuring Wardrobe Disqus is as easy as going into `app/config/packages/rtablada/wardrobe-disqus/config.php` and modifying the `disqus_shortname` to the shortname found at disqus.com/admin/settings/

Using Wardrobe Disqus
---------------------

[](#using-wardrobe-disqus)

To include Disqus comments in your blog or project, simply include a call to `Disqus::comments()` and it will display the defaut Disqus comment form for each post or page.

In Wardrobe CMS it is best to place this in individual pages, or within your theme's `post.blade.php` so it may look like this:

```
@extends(theme_path('layout'))

@section('title')
  {{ $post->title }}
@stop

@section('content')

    {{ $post->title }}
    {{ md($post->content) }}

    @include(theme_path('inc.tags'))
    {{ Disqus::comments() }}

@stop
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![rtablada](https://avatars.githubusercontent.com/u/2532004?v=4)](https://github.com/rtablada "rtablada (13 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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