disqus/disqus-php

Disqus API bindings for PHP

1.0.2 2019-07-24 04:13 UTC

This package is auto-updated.

Last update: 2024-04-24 13:41:31 UTC


README

Disqus API bindings for PHP. This fork is the packagist version of disqus/disqus-php.

Requires PHP 5.3.0 or newer!

Installation

Composer

If you don't have Composer install it:

$ curl -s https://getcomposer.org/installer | php

Add disqus/disqus-php to composer.json:

$ composer require "disqus/disqus-php"

Usage

Usage examples.

Thanks to Composer you don't have to use require('disqusapi/disqusapi.php');...

$disqus = new DisqusAPI($secret_key);
$disqus->trends->listThreads();