laravel-baidu-push maintained by larva
Last update
2022/06/03 17:40
License
Require
- ext-json *
- guzzlehttp/guzzle ^6.5 || ^7.2
- php ^8.0.2
- illuminate/bus ^9.0
- illuminate/events ^9.0
- illuminate/http ^9.0
- illuminate/queue ^9.0
- illuminate/database ^9.0
- illuminate/support ^9.0
Last update
2022/06/03 17:40
License
Require
- php ^8.0.2
- ext-json *
- guzzlehttp/guzzle ^6.5 || ^7.2
- illuminate/bus ^9.0
- illuminate/events ^9.0
- illuminate/http ^9.0
- illuminate/queue ^9.0
- illuminate/database ^9.0
- illuminate/support ^9.0
Last update
2022/04/17 04:36
License
Require
- php ^8.0.2
- ext-json *
- guzzlehttp/guzzle ^6.5 || ^7.2
- illuminate/bus ^9.0
- illuminate/events ^9.0
- illuminate/http ^9.0
- illuminate/queue ^9.0
- illuminate/database ^9.0
- illuminate/support ^9.0
Last update
2022/04/05 12:57
License
Require
- php ^8.0.2
- ext-json *
- guzzlehttp/guzzle ^6.5 || ^7.2
- illuminate/bus ^9.0
- illuminate/events ^9.0
- illuminate/http ^9.0
- illuminate/queue ^9.0
- illuminate/database ^9.0
- illuminate/support ^9.0
Last update
2022/04/05 12:20
License
Require
- php ^8.0.2
- ext-json *
- guzzlehttp/guzzle ^6.5 || ^7.2
- illuminate/bus ^9.0
- illuminate/events ^9.0
- illuminate/http ^9.0
- illuminate/queue ^9.0
- illuminate/database ^9.0
- illuminate/support ^9.0
Last update
2022/04/05 12:15
License
Require
- php ^8.0.2
- ext-json *
- guzzlehttp/guzzle ^6.5 || ^7.2
- illuminate/bus ^9.0
- illuminate/events ^9.0
- illuminate/http ^9.0
- illuminate/queue ^9.0
- illuminate/database ^9.0
- illuminate/support ^9.0
Last update
2021/10/02 11:56
License
Require
- ext-json *
- guzzlehttp/guzzle ^6.5 || ^7.2
- illuminate/bus ^6.0 || ^7.0 || ^8.0
- illuminate/events ^6.0 || ^7.0 || ^8.0
- illuminate/http ^6.0 || ^7.0 || ^8.0
- illuminate/queue ^6.0 || ^7.0 || ^8.0
- illuminate/database ^6.0 || ^7.0 || ^8.0
- illuminate/support ^6.0 || ^7.0 || ^8.0
Last update
2021/08/08 18:16
License
Require
- ext-json *
- guzzlehttp/guzzle ^6.5 || ^7.2
- illuminate/bus ^6.0 || ^7.0 || ^8.0
- illuminate/events ^6.0 || ^7.0 || ^8.0
- illuminate/http ^6.0 || ^7.0 || ^8.0
- illuminate/queue ^6.0 || ^7.0 || ^8.0
- illuminate/database ^6.0 || ^7.0 || ^8.0
- illuminate/support ^6.0 || ^7.0 || ^8.0
Last update
2021/03/29 03:29
License
Require
- ext-json *
- guzzlehttp/guzzle ^6.5 || ^7.2
- illuminate/bus ^6.0 || ^7.0 || ^8.0
- illuminate/events ^6.0 || ^7.0 || ^8.0
- illuminate/http ^6.0 || ^7.0 || ^8.0
- illuminate/queue ^6.0 || ^7.0 || ^8.0
- illuminate/database ^6.0 || ^7.0 || ^8.0
- illuminate/support ^6.0 || ^7.0 || ^8.0
Last update
2021/02/15 17:57
License
Require
- ext-json *
- guzzlehttp/guzzle ^6.5 || ^7.2
- illuminate/bus ^6.0 || ^7.0 || ^8.0
- illuminate/events ^6.0 || ^7.0 || ^8.0
- illuminate/http ^6.0 || ^7.0 || ^8.0
- illuminate/queue ^6.0 || ^7.0 || ^8.0
- illuminate/database ^6.0 || ^7.0 || ^8.0
- illuminate/support ^6.0 || ^7.0 || ^8.0
laravel-baidu-ping
百度自动推送
Installation
composer require larva/laravel-baidu-push -vv
Config
//add services.php
'baidu'=>[
//百度站长平台
'queue' => '',//异步处理的队列名称
'site_token' => '',//网站Token
]
使用
\Larva\Baidu\Push\BaiduPush::push('https://www.aa.com/sss.html');