kiriunin/laravel-apn-push

Push notifications to Apple devices for Laravel

0.1.3 2018-06-01 14:19 UTC

This package is auto-updated.

Last update: 2024-03-27 21:00:14 UTC


README

Latest Version on Packagist Software License

Based on https://github.com/ZhukV/AppleApnPush

Send push notifications to apple devices (iPhone, iPad, iPod).

Support authenticators:

  • Json Web Token

Supported protocols:

  • HTTP/2

Requirements

  • cURL
  • The protocol HTTP/2 must be supported in cURL.
  • PHP 7.2 or higher

Installation

Add AppleApnPush in your Laravel project:

$ composer require kiriunin/laravel-apn-push

Then publish configuration file:

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