/disqus-php

Disqus API bindings for PHP

Primary LanguagePHPApache License 2.0Apache-2.0

Disqus PHP

Total Downloads Latest Unstable Version License

Disqus API bindings for 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 jakubzapletal/disqus-php to composer.json:

$ composer require "jakubzapletal/disqus-php:dev-master"

Usage

Usage examples.

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