buchin/statcounter

Extract keyword using statcounter API

Installs: 135

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/buchin/statcounter

1.0.2 2024-12-22 15:47 UTC

This package is auto-updated.

Last update: 2025-10-22 17:38:48 UTC


README

Extract keyword using statcounter API

Installation

composer require buchin/statcounter

Usage

use Buchin\Statcounter\Statcounter;

$sc = new Statcounter('username', 'api_password');

$top_keywords = $sc->getKeywords(1000, 'top');

$recent_keywords = $sc->getKeywords(1000, 'recent');

Test

./vendor/bin/kahlan --reporter=verbose