PHPackages                             zyan/baidu-zz-push - 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. [API Development](/categories/api)
4. /
5. zyan/baidu-zz-push

ActiveLibrary[API Development](/categories/api)

zyan/baidu-zz-push
==================

百度推送

1.0.0(5y ago)214.4kMITPHPPHP &gt;=7.3

Since Apr 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/aa24615/baidu-zz-push)[ Packagist](https://packagist.org/packages/zyan/baidu-zz-push)[ RSS](/packages/zyan-baidu-zz-push/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

zyan/baidu-zz-push
==================

[](#zyanbaidu-zz-push)

百度推送 百度站长普通收录 api 多站点批量提交

- 批量提交
- 多站点提交(无需指定域名,由程序自动拆分)

要求
--

[](#要求)

1. php &gt;= 7.3
2. Composer

安装
--

[](#安装)

```
composer require zyan/baidu-zz-push -vvv
```

用法
--

[](#用法)

```
use Zyan\BaiduZzPush\BaiduZzPush;

$token = '准入密钥';

$baidu = new BaiduZzPush($token);
```

单条推送

```
$baidu->push('http://www.php127.com/article/100000.html');
```

多条推送

```
$urls = [
    'http://www.test.com/article/100000.html',
    'http://www.php127.com/article/100001.html'
];

$baidu->pushs($urls);
```

返回示例

```
//多个站点会拆分多次推送,并反回相应站点的结果
Array
(
    [www.test.com] => Array
        (
            [error] => 401
            [message] => site error
        )

    [www.php127.com] => Array
        (
            [remain] => 99999
            [success] => 1
        )

)
```

参与贡献
----

[](#参与贡献)

1. fork 当前库到你的名下
2. 在你的本地修改完成审阅过后提交到你的仓库
3. 提交 PR 并描述你的修改，等待合并

License
-------

[](#license)

[MIT license](https://opensource.org/licenses/MIT)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1853d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fbcdf7ec634eb735375fa4f6046f91646934f9eb07456f4b4dcbdec545c6435b?d=identicon)[aa24615](/maintainers/aa24615)

---

Top Contributors

[![aa24615](https://avatars.githubusercontent.com/u/33275679?v=4)](https://github.com/aa24615 "aa24615 (3 commits)")

---

Tags

api

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/zyan-baidu-zz-push/health.svg)

```
[![Health](https://phpackages.com/badges/zyan-baidu-zz-push/health.svg)](https://phpackages.com/packages/zyan-baidu-zz-push)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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