sevenshi / serverchan
using the serve of serverChan to notify you
Installs: 405
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 1
Forks: 3
Open Issues: 0
pkg:composer/sevenshi/serverchan
This package is auto-updated.
Last update: 2025-10-29 01:51:28 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"}