webguosai/searchkey-baidu

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

v1.1.0 2022-08-05 07:59 UTC

This package is auto-updated.

Last update: 2024-10-27 08:35:00 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

运行环境

  • php >= 5.6
  • composer

安装

composer require webguosai/searchkey-baidu -vvv

使用

  • 实例
$baidu = new \Webguosai\SearchKeyBaidu();
  • 获取加载js
$baidu->getScript($id);
  • 查询
try {
    $baidu->query($pathId, $siteId, $cookie, $limit);
} catch (Exception $e) {
    echo $e->getMessage();
}

打赏

License

MIT