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).

0.0.2 2019-12-04 07:39 UTC

This package is auto-updated.

Last update: 2021-02-13 22:10:09 UTC


README

Open Source PHP Package SEO

Qwanturank : Compare Qwant and Google organic results

Latest Version Software License Build Status Quality Score Code Coverage Total Downloads

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.

Latest Version Software License Build Status Quality Score Code Coverage Total Downloads