PHPackages                             hyancat/baidu-seo-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. hyancat/baidu-seo-push

ActiveLibrary

hyancat/baidu-seo-push
======================

百度站长平台主动推送

v0.2(6y ago)75471MITPHPPHP &gt;=7.0

Since Mar 20Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/HyanCat/baidu-seo-push)[ Packagist](https://packagist.org/packages/hyancat/baidu-seo-push)[ RSS](/packages/hyancat-baidu-seo-push/feed)WikiDiscussions master Synced 2mo ago

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

baidu-seo-push
==============

[](#baidu-seo-push)

百度站长平台主动推送 (laravel package)

Installation
------------

[](#installation)

```
composer require hyancat/baidu-seo-push
```

Usage
-----

[](#usage)

1. 添加 service provider `config/app.php`

    ```
     HyanCat\BaiduSeoPush\BaiduSeoPushServiceProvider::class

    ```
2. 添加别名 `config/app.php`（建议）

    ```
     'BaiduPush' => HyanCat\BaiduSeoPush\BaiduSeoPushFacade::class

    ```
3. 调用推送方法，例如：

    ```
    $result = \BaiduPush::push($urls, $site, function ($data) {
    	// 成功回调
    	\Log::info($data);
    }, function ($error) {
    	// 失败回调
    	\Log::error($error->message);
    });
    ```

License
-------

[](#license)

MIT.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance41

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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 ~1458 days

Total

2

Last Release

2246d ago

PHP version history (2 changes)v0.1PHP &gt;=5.4.0

v0.2PHP &gt;=7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3190081?v=4)[流光不加少](/maintainers/HyanCat)[@HyanCat](https://github.com/HyanCat)

---

Top Contributors

[![HyanCat](https://avatars.githubusercontent.com/u/3190081?v=4)](https://github.com/HyanCat "HyanCat (5 commits)")

### Embed Badge

![Health badge](/badges/hyancat-baidu-seo-push/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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