Disqus API bindings for PHP. This fork is the packagist version of disqus/disqus-php.
Requires PHP 5.3.0 or newer!
If you don't have Composer install it:
$ curl -s https://getcomposer.org/installer | phpAdd disqus/disqus-php to composer.json:
$ composer require "disqus/disqus-php"Thanks to Composer you don't have to use require('disqusapi/disqusapi.php');...
$disqus = new DisqusAPI($secret_key);
$disqus->trends->listThreads();