fawziyahfitwalla/dmcc
Composer 安装命令:
composer create-project fawziyahfitwalla/dmcc
包简介
DMCC Technical Test
README 文档
README
This PHP package allows you to scrape and parse Google Search Results.Package does not use or require GoogleAPIs integration.
Installation
You can install the package with the composer
$ composer require fawziyahfitwalla/dmcc
Example usage:
$client = new SearchEngine();
$client->setEngine("google.ae");
$results = $client->search(["keyword1","keyword2"]);
Example output:
The $results should is an instance of ArrayIterator with the following properties
-
keyword being searched
-
ranking (where the result was found on the search engine, the topmost result would be 0 and the last would be 50 (results per page x 5)
-
url of the page (as it appears in google search)
-
title of the page (as it appears in google search)
-
description (as it appears in google search)
-
promoted This is a boolean value indicating whether the result is an ad or organic result
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-07-18