kiriunin/laravel-apn-push

为 Laravel 推送通知到苹果设备

0.1.3 2018-06-01 14:19 UTC

This package is auto-updated.

Last update: 2024-09-27 21:57:27 UTC


README

Latest Version on Packagist Software License

基于 https://github.com/ZhukV/AppleApnPush

向苹果设备(iPhone,iPad,iPod)发送推送通知。

支持认证器

  • Json Web Token

支持的协议

  • HTTP/2

要求

  • cURL
  • cURL 必须支持 HTTP/2 协议。
  • PHP 7.2 或更高版本

安装

在 Laravel 项目中添加 AppleApnPush

$ composer require kiriunin/laravel-apn-push

然后发布配置文件

$ php artisan vendor:publish --provider="Kiriunin\LaravelApnPush\ApnServiceProvider"