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
Requires
- php: >=5.3.3
- guzzle/guzzle: >=3.1.0
This package is not auto-updated.
Last update: 2024-10-26 14:22:32 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.