devwaqas/googlerankcheck

This package is to get google search results

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

pkg:composer/devwaqas/googlerankcheck

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

This package is auto-updated.

Last update: 2025-10-10 07:47:07 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);