james.xue/search 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

james.xue/search

最新稳定版本:v1.3.2

Composer 安装命令:

composer require james.xue/search

包简介

source search [资源搜索工具、包括给公众号发送消息和 github 提交代码、上传图片并使用cdn加速等]

README 文档

README

Latest Stable Version Total Downloads GitHub license

This package is meant to be used in your terminal. And allows working with lots of subdirectories containing git repositories.

Installation

A、Composer

composer global require james.xue/search

B、Shell Ubuntu

curl -O https://ghproxy.com/https://raw.githubusercontent.com/xiaoxuan6/search/main/install.sh && chmod +x ./install.sh && ./install.sh

Make sure to place the ~/.composer/vendor/bin directory in your PATH so the search executable can be located by your system.

Init configuration

search init

Env system variable

Copy the config.json file in the root directory to the current directory and modify the configuration file, And execute the following command:

search env -f ./config.json

Can also a value can be set individually

search config set --key=xxx --value=xxx

More

ocr
ocr ./16a7067.jpg
qrcode
qrcode ./16a7067.jpg

Api

$app = new Vinhson\Search\Api\Application();
OCR
$app->ocr->handle("./a.png");
Qrcode
// 生成二维码
$app->qrcode->generate("https://github.com/xiaoxuan6/search");
// 生成带背景的二维码
$app->qrcode->generate("https://github.com/xiaoxuan6/search", "https://background.com/a.png");
// 解析二维码
$app->qrcode->decode("./qrcode.png");
image
$app->image

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-11