PHP code example of vinchan / message-notice

1. Go to this page and download the library: Download vinchan/message-notice 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/ */

    

vinchan / message-notice example snippets


$message = make(\MessageNotice\Message::class);
$message->at(['13000000000'])->channel([FeiShu::class,DingTalk::class])->pipeline('info')->content('发送的内容')->send();