Looking to hire Laravel developers? Try LaraJobs

laravel-shenma-push maintained by larva

Description
This is a shenma push.
Last update
2021/08/08 18:32 (dev-master)
License
Links
Downloads
8
Tags

Comments
comments powered by Disqus

laravel-shenma-push

神马自动推送

Packagist Total Downloads

Installation

composer require larva/laravel-shenma-push

Config

//add services.php
    'shenma'=>[
        'site' => '',//网站域名HTTPS网站需要包含 https://
        'username' => '',
        'token' => '',
    ]

使用

\Larva\Shenma\Push\ShenmaPing::push('https://www.aa.com');