Download the PHP package haiaouang/mipush without Composer
On this page you can find all versions of the php package haiaouang/mipush. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download haiaouang/mipush
More information about haiaouang/mipush
Files in haiaouang/mipush
Download haiaouang/mipush
More information about haiaouang/mipush
Files in haiaouang/mipush
Vendor haiaouang
Package mipush
Short Description The Hht mipush package.
License MIT
Homepage https://github.com/haiaouang/mipush
Package mipush
Short Description The Hht mipush package.
License MIT
Homepage https://github.com/haiaouang/mipush
Please rate this library. Is it a good library?
Informations about the package mipush
mipush
laravel小米推送包
安装
在你的终端运行以下命令
composer require haiaouang/mipush
或者在composer.json中添加
"haiaouang/mipush": "1.0.*"
然后在你的终端运行以下命令
composer update
安装依赖包 haiaouang/support
安装依赖包 haiaouang/pusher
在配置文件中添加 config/app.php
生成配置文件
php artisan vendor:publish
设置推送信息的参数 config/pushers.php
调用
修改config/pushers.php对应的配置
创建message(消息发送只能发给message对应的端)
根据别名发送 -- 单个(别名会自动添加配置内的前缀)
根据别名发送 -- 多个(别名会自动添加配置内的前缀)
根据id发送 -- 单个
根据id发送 -- 多个
根据标签发送(标签发会自动添加配置内的前缀)
发给所有用户
依赖包
- haiaouang/support : https://github.com/haiaouang/support
- haiaouang/pusher : https://github.com/haiaouang/pusher
All versions of mipush with dependencies
PHP Build Version
Package Version
The package haiaouang/mipush contains the following files
Loading the files please wait ....