2017 © Pedro Peláez
 

library disqus

A Laravel 5 package for the Disqus API

image

mengidd/disqus

A Laravel 5 package for the Disqus API

  • Thursday, July 14, 2016
  • by mengidd
  • Repository
  • 1 Watchers
  • 2 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Total Downloads, (*1)

Installation

Run the following command to install:, (*2)

composer require mengidd/disqus

or add the following to your composer.json file and run composer update:, (*3)

"mengidd/disqus": "1.0.*"

Register the service provider with Laravel:, (*4)

'Mengidd\Disqus\Providers\DisqusServiceProvider',

Publish the configuration file:, (*5)

php artisan vendor:publish

Update the configuration file config/disqus.php with your API keys., (*6)

Usage

To use the class, simply put this among your use statements in your file:, (*7)

use Mengidd\Disqus\Disqus;

You can then use the API like this:, (*8)

$disqus = new Disqus();

// Example API call
$disqus->threads->list();

Documentation on methods and API usage can be found at http://disqus.com/api/, (*9)

The Versions

14/07 2016

2.0.x-dev

2.0.9999999.9999999-dev

A Laravel 5 package for the Disqus API

  Sources   Download

MIT

The Requires

 

04/06 2015

dev-master

9999999-dev

A Laravel 5 wrapper for the Disqus API

  Sources   Download

MIT

The Requires

 

04/06 2015

v1.0.1

1.0.1.0

A Laravel 5 wrapper for the Disqus API

  Sources   Download

MIT

The Requires

 

02/06 2015

v1.0.0

1.0.0.0

A Laravel 5 wrapper for the Disqus API

  Sources   Download

MIT

The Requires