larva/laravel-bing-push

This is a bing push.

1.2.3 2022-06-03 15:41 UTC

This package is auto-updated.

Last update: 2024-03-30 00:37:39 UTC


README

Bing 自动推送

Stable Version Total Downloads License

Installation

composer require larva/laravel-bing-push -vv

Config

//add services.php
    'bing'=>[
        //bing站长平台
        'queue' => '',//处理推送任务的队列
        'site_token' => '',//网站Token
    ]

使用

\Larva\Bing\Push\BingPush::push('https://www.aa.com/aaa.html');