PHPackages                             xiaodi/think-site-pusher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. xiaodi/think-site-pusher

ActiveThink-extend[Utility &amp; Helpers](/categories/utility)

xiaodi/think-site-pusher
========================

ThinkPHP 网站链接提交 扩展包

v1.0.1(5y ago)131124[1 issues](https://github.com/xiaodit/think-site-pusher/issues)MITPHP

Since Oct 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/xiaodit/think-site-pusher)[ Packagist](https://packagist.org/packages/xiaodi/think-site-pusher)[ RSS](/packages/xiaodi-think-site-pusher/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

think-site-pusher
=================

[](#think-site-pusher)

ThinkPHP 扩展包 网站链接提交

[![Latest Stable Version](https://camo.githubusercontent.com/9b62bd0c011e9c2157c3bfda2962e45743ce0f6e8f04400921f8bdbda0e9a9a3/68747470733a2f2f706f7365722e707567782e6f72672f7869616f64692f7468696e6b2d736974652d7075736865722f762f737461626c65)](https://packagist.org/packages/xiaodi/think-site-pusher)[![Total Downloads](https://camo.githubusercontent.com/962a15c1d806640d4ad77bbe0bfdd5c5de3ce3497cb67494272b7203cf16f2da/68747470733a2f2f706f7365722e707567782e6f72672f7869616f64692f7468696e6b2d736974652d7075736865722f646f776e6c6f616473)](https://packagist.org/packages/xiaodi/think-site-pusher)[![Latest Unstable Version](https://camo.githubusercontent.com/105f7a6ac93dbc0be9b1b275a7e9494ff687e9da6dad223b203bc4585066e4c1/68747470733a2f2f706f7365722e707567782e6f72672f7869616f64692f7468696e6b2d736974652d7075736865722f762f756e737461626c65)](//packagist.org/packages/xiaodi/think-site-pusher)

安装
--

[](#安装)

```
composer require xiaodi/think-site-pusher

```

配置
--

[](#配置)

#### 默认配置

[](#默认配置)

项目根目录 `config/push.php`

#### 临时配置

[](#临时配置)

```
use EasyPush\Facade\Pusher;

$config = ['site' => 'xxx', 'token' => 'xxx'];
Pusher::baidu($config)->urls($urls);
```

使用
--

[](#使用)

#### Facade

[](#facade)

```
use EasyPush\Facade\Pusher;

$urls = [
  'https://www.xiaodim.com/index.html',
  'https://www.xiaodim.com/2019/10/25/thinkphp6-rpc-tutorial/'
]

// 推送链接
Pusher::baidu()->push($urls);

// 更新链接
Pusher::baidu()->update($urls);

// 删除链接
Pusher::baidu()->delete($urls);
```

#### 助手函数

[](#助手函数)

```
$urls = [
  'https://www.xiaodim.com/index.html',
  'https://www.xiaodim.com/2019/10/25/thinkphp6-rpc-tutorial/'
]

// 推送链接
app('pusher')->baidu()->push($url);

// 更新链接
app('pusher')->baidu()->update($urls);

// 删除链接
app('pusher')->baidu()->delete($urls);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~341 days

Total

2

Last Release

2049d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81fb8c1760e123896567a7795983521f3f6c46a2c041613a176f83603e5e52e9?d=identicon)[xiaodi](/maintainers/xiaodi)

---

Top Contributors

[![edenleung](https://avatars.githubusercontent.com/u/31346973?v=4)](https://github.com/edenleung "edenleung (12 commits)")

---

Tags

thinkphpthinkphp5thinkphp6phpthinkphpthink-extend

### Embed Badge

![Health badge](/badges/xiaodi-think-site-pusher/health.svg)

```
[![Health](https://phpackages.com/badges/xiaodi-think-site-pusher/health.svg)](https://phpackages.com/packages/xiaodi-think-site-pusher)
```

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[xiaodi/think-pullword

ThinkPHP 分词/抽词 扩展包

5512.1k](/packages/xiaodi-think-pullword)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
