2017 © Pedro Peláez
 

library disqus

Disqus API package for Laravel.

image

roumen/disqus

Disqus API package for Laravel.

  • Monday, January 29, 2018
  • by Roumen
  • Repository
  • 5 Watchers
  • 63 Stars
  • 5,782 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 5 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

laravel-disqus package

Latest Stable Version Total Downloads, (*1)

A Laravel 5 package for Disqus API., (*2)

Notes

Latest supported version for Laravel 5 is v1.* (e.g v1.2), (*3)

Latest supported version for Laravel 4 is v0.1.1.3, (*4)

Branch dev-master is for development and is unstable, (*5)

Installation

Run the following command and provide the latest stable version (e.g v1.2) :, (*6)

composer require roumen/disqus

or add the following to your composer.json file :, (*7)

"roumen/disqus": "1.*"

Then register this service provider with Laravel :, (*8)

'Roumen\Disqus\DisqusServiceProvider',

In your controllers or routes you can create new disqus api object, (*9)

$disqus = new \Disqus('YOUR_SECRET_KEY');

// to turn off SSL
$disqus->setSecure(false);

// example API call
$disqus->trends->listThreads();

Documentation on all methods, as well as general API usage can be found at http://disqus.com/api/, (*10)

Examples

How to add your latest comments from disqus to your local DB, (*11)

About disqus-php library

Author: DISQUS team@disqus.com, (*12)

Copyright: 2007-2010 Big Head Labs, (*13)

License: Apache version 2.0 (see disqusapi/LICENSE for more information), (*14)

Link: http://disqus.com/, (*15)

The Versions

29/01 2018

dev-master

9999999-dev https://laravelium.com

Disqus API package for Laravel.

  Sources   Download

Apache-2.0 Apache

The Requires

 

laravel api disqus

16/05 2015

v1.2

1.2.0.0 http://roumen.it/projects/laravel-disqus

Disqus API package for Laravel 5.

  Sources   Download

Apache

The Requires

 

laravel disqus

26/02 2015

v1.1

1.1.0.0 http://roumen.it/projects/laravel-disqus

Disqus API package for Laravel 5.

  Sources   Download

Apache

The Requires

 

laravel disqus

14/01 2014

v0.1.1.3

0.1.1.3

Disqus API package for Laravel 4.

  Sources   Download

Apache

The Requires

 

laravel disqus