sevenshi/serverchan

using the serve of serverChan to notify you

1.0.0 2018-07-19 02:54 UTC

This package is auto-updated.

Last update: 2024-05-28 22:39:59 UTC


README

See Server酱

Quick Start Guide

  • Create a Laravel 5.5 project: composer create-project laravel/laravel myproject dev-develop

  • cd myproject

  • Add dependency: composer require sevenshi/serverchan

  • Copy configuration: php artisan vendor:publish

  • set the SCKEY you get from the serverchan on the .env SCKEY=SCU17044T7eafa406fxxxxxxxxxx

Now you are ready to use the Seven Facade, e.g. open routes/web.php:

  • send message to yourself
<?php

   $reponse =  Seven::setTitle('hi')->setMessage('hello world')->push();
  • send message to who subscribe your channel

the channel comes from the PushBear,and channel key comes from the channel you create

<?php


    $response = Seven::setTitle('hi')->setMessage('hello every body')->setChannel('4794-e28b9dae54e86365773xxx')->pushbear();
  • response

if the request is ok,it will response these data below:

push:

- success {"errno":0,"errmsg":"success","dataset":"done"}

pushbear:

- {"code":0,"message":"","data":"1\u6761\u6d88\u606f\u5df2\u6210\u529f\u63a8\u9001\u5230\u53d1\u9001\u961f\u5217","created":"2018-07-18 14:43:05"}