piedweb / qwanturank
This package is abandoned and no longer maintained.
No replacement package was suggested.
Harvest statistics and meta data from an URL or his source code (seo oriented).
Package info
pkg:composer/piedweb/qwanturank
0.0.2
2019-12-04 07:39 UTC
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.