https://github.com/buchin/statcounter
https://github.com/buchin/statcounter
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buchin/statcounter
- Owner: buchin
- License: mit
- Created: 2021-07-25T00:09:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T15:48:50.000Z (over 1 year ago)
- Last Synced: 2025-10-29T20:11:19.331Z (8 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```