2017 © Pedro Peláez
 

library disqus-helper

PHP library which facilitates integration of Disqus widgets.

image

nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  • Saturday, March 25, 2017
  • by nikolaposa
  • Repository
  • 1 Watchers
  • 4 Stars
  • 9,545 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 6 % Grown

The README.md

Disqus Helper

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version PDS Skeleton, (*1)

PHP library which facilitates integration of Disqus widgets., (*2)

Installation

The preferred method of installation is via Composer. Run the following command to install the latest version of a package and add it to your project's composer.json:, (*3)

composer require nikolaposa/disqus-helper

Usage

Initialization, (*4)

use DisqusHelper\Disqus;

$disqus = Disqus::create('disqus_shortname');

Template, (*5)

<html>
    <head>
        <title>Blog</title>

        <?php
            //Page-specific Disqus configuration
            $disqus->configure([
                'page.identifier' => 'article1',
                'page.title' => 'My article',
            ]);
        ?>
    </head>

    <body>
        <article>
            <h1>My article</h1>
            <!-- Comments count widget -->
            <?php echo $disqus->commentsCount(['url' => 'http://example.com/article1.html']); ?>

            <p>My article text</p>
        </article>

        <div>
            <h2>Comments:</h2>
            <!-- Thread widget -->
            <?php echo $disqus->thread(); ?>
        </div>

        <!-- MUST be called at the end, usually before closing </body> tag -->
        <?php echo $disqus->getCode(); ?>
    </body>
</html>

See more examples., (*6)

Author

Nikola Poša, (*7)

  • https://twitter.com/nikolaposa
  • https://github.com/nikolaposa

Copyright 2017 Nikola Poša. Released under MIT License - see the LICENSE file for details., (*8)

The Versions

25/03 2017

dev-master

9999999-dev https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

helper widget disqus

01/01 2017

2.1.2

2.1.2.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

helper widget disqus

11/07 2016

2.1.1

2.1.1.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

helper widget disqus

11/07 2016

2.1.0

2.1.0.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

helper widget disqus

04/07 2016

2.0.0

2.0.0.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

helper widget disqus

03/07 2016

2.0.0-alpha

2.0.0.0-alpha https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php ~7.0

 

The Development Requires

helper widget disqus

02/06 2016

1.2.x-dev

1.2.9999999.9999999-dev https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

helper widget disqus

02/06 2016

v1.2.4

1.2.4.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

helper widget disqus

09/04 2016

v1.2.3

1.2.3.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

helper widget disqus

09/04 2016

v1.2.2

1.2.2.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

helper widget disqus

07/09 2015

v1.2.1

1.2.1.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

helper widget disqus

05/09 2015

v1.2.0

1.2.0.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

helper widget disqus

05/09 2015

v1.1.0

1.1.0.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

helper widget disqus

03/09 2015

v1.0.1

1.0.1.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

helper widget disqus

03/09 2015

v1.0.0

1.0.0.0 https://github.com/nikolaposa/disqus-helper

PHP library which facilitates integration of Disqus widgets.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

helper widget disqus