Skip to content

buchin/statcounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buchin/statcounter

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages