PHP code example of larva / laravel-shenma-push

1. Go to this page and download the library: Download larva/laravel-shenma-push library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

larva / laravel-shenma-push example snippets


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

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