phindmarsh/blimp

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

Installs: 76

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/phindmarsh/blimp

1.0.0 2013-05-20 04:28 UTC

This package is auto-updated.

Last update: 2025-10-10 01:03:25 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.