huid/apns

Push notifications to Apple devices

v0.0.1 2022-05-01 10:03 UTC

This package is auto-updated.

Last update: 2024-04-05 04:03:23 UTC


README

Add AppleApnPush in your composer.json:

{
    "require": {
        "apple/apn-push": "0.0.1"
    }
}

Now tell composer to download the library by running the command:

$ php composer.phar update apple/apn-push

Documentation

The source of the documentation is stored in the docs folder in this package:

Read the Documentation