Looking to hire Laravel developers? Try LaraJobs

laravel-apn-push maintained by kiriunin

Description
Push notifications to Apple devices for Laravel
Last update
2018/06/01 17:07 (dev-master)
License
Links
Downloads
21

Comments
comments powered by Disqus

Laravel Apple Apn Push

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"