2017 © Pedro Peláez
 

yii2-extension yii2-hc-widget

HC widget for Yii2.

image

klxdr/yii2-hc-widget

HC widget for Yii2.

  • Monday, July 18, 2016
  • by klxdr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

HC Widget for Yii2

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

composer require klxdr/yii2-hc-widget:~1.0

or add, (*3)

"klxdr/yii2-hc-widget" : "~1.0"

to the require section of your application's composer.json file., (*4)

Usage

Read documentation firstly https://www.hypercomments.com/ru/documentation/, (*5)

To display HC comments, (*6)

use klxdr\hc\Comments;

echo Comments::widget([
    'siteid' => WIDGET_ID,
    'identifier' => XID
]);

To render CommentsCount widget write:, (*7)

use klxdr\hc\CommentsCount;

CommentsCount::widget([
    'siteid' => WIDGET_ID,
    'identifier' => XID
]);

The Versions

18/07 2016

dev-master

9999999-dev

HC widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alex Kotov

extension yii2 yii yii 2 widget hc

18/07 2016

1.0.0

1.0.0.0

HC widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

by Alex Kotov

extension yii2 yii yii 2 widget hc