andydune / hypercomments
Hypercomments API.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/andydune/hypercomments
Requires
- php: ^7.0 || ^7.1 || ^7.2
- andydune/pipeline: ^1
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^5.7.15 || ^6.0.8
This package is auto-updated.
Last update: 2025-10-12 23:48:10 UTC
README
Hypercomments API
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.