/apns

Send push notification to Apple Devices (iPhone, iPad)

Primary LanguagePHPMIT LicenseMIT

Installation

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