承接 fawziyahfitwalla/dmcc 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-07-18