piedweb / qwanturank
Harvest statistics and meta data from an URL or his source code (seo oriented).
Installs: 2 874
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ~7.2
- ropendev/google: ^0.0.3
Requires (Dev)
- phpunit/phpunit: >=7.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2021-02-13 22:10:09 UTC
README
Qwanturank : Compare Qwant and Google organic results
Simple wrapper for rOpenDev\Google
wich permits to compare qwanturank results.
Each day, results are updated on qwanturankseo.com.
Install
Via Packagist
$ composer require piedweb/qwanturank
Usage
Harvest Methods :
include __DIR__.'/../vendor/autoload.php'; var_dump(Qwanturank::compare()); // return an array with position,title,url,google // change the kw var_dump(Qwanturank::compare('pied web'));
Contributing
Please see contributing
Credits
License
The MIT License (MIT). Please see License File for more information.