larva/laravel-bing-push

This is a bing push.


Keywords
bing, laravel, Larva, php
License
MIT

Documentation

laravel-bing-push

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');