PHPackages                             compwright/disqus-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. compwright/disqus-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

compwright/disqus-cli
=====================

A simple command-line client for the Disqus API

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

Since Oct 1Pushed 11y ago1 watchersCompare

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

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

disqus-cli.php
==============

[](#disqus-cliphp)

A lightweight command line client for the Disqus API.

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

[](#installation)

This is a Composer package. To install, you will need to have [Composer installed](https://getcomposer.org/doc/00-intro.md).

### As a new project

[](#as-a-new-project)

```
$ composer create-project compwright/disqus-cli /path/to/install/dir

```

Run the script from your project root directory:

```
$ bin/disqus-cli.php

```

### In an existing project

[](#in-an-existing-project)

Simply add the `compwright/disqus-cli` package to your `require` section in composer.json and run `composer update`.

Run the script from your project root directory:

```
$ vendor/bin/disqus-cli.php

```

Configuration
-------------

[](#configuration)

To use this script, you will need to define a `.env` file with the following settings:

- `DISQUS_API_KEY`
- `DISQUS_API_SECRET`
- `DISQUS_ACCESS_TOKEN`

There is a `.env-sample` template for your convenience.

To obtain your Disqus API settings, visit .

Usage
-----

[](#usage)

```
SUMMARY
    disqus-cli.php -- A lightweight command line client for the Disqus API

USAGE
    disqus-cli.php   [optionlist]

DESCRIPTION
    For a full list of Disqus API resources, verbs, and options, visit https://disqus.com/api/docs

OPTIONS
    --help
        Display this help message

```

Pass options in using the long form, i.e. `--forum=yourforumname`.

### Example

[](#example)

```
$ bin/disqus-cli.php threads create --forum=yourforumname --title="Thread Title"

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

3

Last Release

4248d 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 (4 commits)")

### Embed Badge

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

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

PHPackages © 2026

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