phindmarsh/blimp

Library to handle Push Notifications via Urban Airship using Guzzle. Inspired by the simplon_helium library by Tino Ehrich

1.0.0 2013-05-20 04:28 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:02:16 UTC


README

Inspired by the simplon/helium, this library uses a Guzzle service description for connecting to the Urban Airship API. A light wrapper is placed over this service to make common tasks a bit simpler.

Setup

Include the composer package:

"require": {
   "phindmarsh/blimp": "dev-master"
}

Anything else needed?

You'll need an Urban Airship account, and the Application Key, Secret and Master Secret. (Register here)

Usage examples to come.