huid/apns

Push notifications to Apple devices

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 40

pkg:composer/huid/apns

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

This package is auto-updated.

Last update: 2025-10-05 07:33:34 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