An open API service indexing awesome lists of open source software.

https://github.com/buchin/statcounter


https://github.com/buchin/statcounter

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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
```