https://github.com/lcp0578/unipush
UniPush
https://github.com/lcp0578/unipush
Last synced: about 1 month ago
JSON representation
UniPush
- Host: GitHub
- URL: https://github.com/lcp0578/unipush
- Owner: lcp0578
- License: mit
- Created: 2021-02-25T17:10:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T16:11:15.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T18:46:39.436Z (3 months ago)
- Language: PHP
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UniPush
UniPush### 安装
composer require lcp0578/unipush
### 配置define('APPID','XXXXXXXXXXXXXXXXXXXXXX'); // 个推平台申请应用的AppID
define('APPKEY','XXXXXXXXXXXXXXXXXXXXXX'); // 个推平台申请应用的AppKey
define('MASTERSECRET','XXXXXXXXXXXXXXXXXXXXXX'); // 个推平台申请应用的MasterSecret
define('HOST','http://sdk.open.api.igexin.com/apiex.htm'); // 个推推送平台服务器地址
define('PACKAGENAME','io.dcloud.XXXX'); //应用包名,修改为自己应用的包名