larva/laravel-shenma-push

This is a shenma push.

1.0.1 2021-08-08 16:32 UTC

This package is auto-updated.

Last update: 2024-04-08 22:33:06 UTC


README

神马自动推送

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