PHPackages                             compwright/disguz - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. compwright/disguz

ActiveLibrary[HTTP &amp; Networking](/categories/http)

compwright/disguz
=================

Guzzle-based PHP client for the Disqus API

0.0.3(11y ago)12451MITPHPPHP &gt;=5.4

Since Nov 10Pushed 11y ago1 watchersCompare

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

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

Disguz
======

[](#disguz)

An unofficial Disqus API client based on the [Guzzle 3](http://guzzle3.readthedocs.org/en/latest/index.html) PHP library.

Usage
-----

[](#usage)

Get a Disguz instance by calling the factory method. Pass in an array of configuration settings:

```
$config = [
	'api_key' => getenv('DISQUS_API_KEY'),
	'api_secret' => getenv('DISQUS_API_SECRET'),
	'access_token' => getenv('DISQUS_ACCESS_TOKEN'),
];
$client = Disguz::factory($config);
```

Then call one of the supported methods. Pass method parameters as an array:

```
$params = [
	'message' => 'This is another test post',
	'thread' => $argv[1],
];
$result = $client->postsCreate($params);
```

Supported Methods
-----------------

[](#supported-methods)

The following methods are currently supported. For documentation on these API methods, visit .

Support for additional methods is simply a matter of documenting them in `src/resources/disqus.json`, per the [Guzzle docs](http://guzzle3.readthedocs.org/en/latest/webservice-client/guzzle-service-descriptions.html). Please feel free to submit a pull request adding any methods from the Disqus API that you may require to this file.

### Threads

[](#threads)

- [threadsList](https://disqus.com/api/docs/threads/list/)
- [threadsDetails](https://disqus.com/api/docs/threads/details/)
- [threadsCreate](https://disqus.com/api/docs/threads/create/)
- [threadsRemove](https://disqus.com/api/docs/threads/remove/)
- [threadsPopular](https://disqus.com/api/docs/threads/listPopular/)

### Posts

[](#posts)

- [postsList](https://disqus.com/api/docs/posts/list/)
- [postsCreate](https://disqus.com/api/docs/posts/create/)
- [postsReport](https://disqus.com/api/docs/posts/report/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~37 days

Total

2

Last Release

4167d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/138688?v=4)[Jonathon Hill](/maintainers/compwright)[@compwright](https://github.com/compwright)

---

Top Contributors

[![compwright](https://avatars.githubusercontent.com/u/138688?v=4)](https://github.com/compwright "compwright (8 commits)")[![digitalkaoz](https://avatars.githubusercontent.com/u/293591?v=4)](https://github.com/digitalkaoz "digitalkaoz (2 commits)")

---

Tags

phpapiGuzzledisqus

### Embed Badge

![Health badge](/badges/compwright-disguz/health.svg)

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

###  Alternatives

[cossou/trak-io-api-client

PHP Trak.io Api Client built on Guzzle

204.0k](/packages/cossou-trak-io-api-client)

PHPackages © 2026

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