2017 © Pedro Peláez
 

library hypercomments

Hypercomments API.

image

andydune/hypercomments

Hypercomments API.

  • Thursday, October 19, 2017
  • by AndyDune
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Hypercomments

Hypercomments API, (*1)

Packagist Version Total Downloads, (*2)

Usage

comments/list

use AndyDune\Hypercomments\Api;

$data = (Api($widget_id, $secret))
->comments()->list()
->setLink('<page url with comments')
->setOffset(<int>)
->setLimit(<int>)
->get();


$this->assertTrue(is_array($data));
$this->assertArrayHasKey('result', $data);
$this->assertArrayHasKey('data', $data);

Please, contact me if you need more from this library., (*3)

The Versions

19/10 2017

dev-master

9999999-dev https://github.com/AndyDune/Hypercomments

Hypercomments API.

  Sources   Download

MIT

The Requires

 

The Development Requires

api php comments

19/10 2017

v0.1.1

0.1.1.0 https://github.com/AndyDune/Hypercomments

Hypercomments API.

  Sources   Download

MIT

The Requires

 

The Development Requires

api php comments

16/10 2017

v0.1.0

0.1.0.0 https://github.com/AndyDune/Hypercomments

Hypercomments API.

  Sources   Download

MIT

The Requires

 

The Development Requires

api php comments