定制 adeel/searchengine 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

adeel/searchengine

Composer 安装命令:

composer require adeel/searchengine

包简介

A simple search engine

README 文档

README

Installation:

  1. Open cmd as Administrator
  2. Goto to root directory
  3. Create an empty file called "composer.json"
  4. Run "composer require adeel/searchengine:dev-main" command

Usage:

After installation include following lines in your respected php file.

require_once DIR . '/vendor/autoload.php'; use adeel\searchengine\SearchEngine;

$client = new SearchEngine();

//You can set your search engine here $client->setEngine("google.com");

//Pass your keywords as an array in the following line $results = $client->search(["best hosting","best movie"]);

echo "

";

// Your results will be available in $results variable as an array having the status of the operation and the data retrieved var_dump($results);

echo "

";

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固