devwaqas/googlerankcheck

This package is to get google search results

Maintainers

Package info

github.com/devwaqas126/googlerankcheck

Homepage

Type:package

pkg:composer/devwaqas/googlerankcheck

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2022-02-09 23:52 UTC

This package is auto-updated.

Last update: 2026-04-10 08:51:57 UTC


README

Getting Started

This is simple keyword rank checker tool.

Installation

composer require devwaqas/googlerankcheck

Usage

$client = new SearchEngine();

//Set Search Engine eg. google.com,google.ae,google.sa.....
$client->setEngine('https://www.google.ae');

//return array with keywords and position
$result = $client->search(['keyword 1','keyword 2']);

print_r($result);