This here is a PHP library for using the Urban Airship <https://urbanairship.com/>
_ web service API for iPhone push notifications.
Tested on PHP 5.2.6 and 5.3.1 -- it'll probably work on earlier versions. You'll need to install HTTP_Request package.
The library handles these parts of the API:
- device token registration
- basic push
- registering and pushing with tags
- broadcast
- feedback service
- device token deactivation (deregistration)
- device token listing
Please check sample.php file.
The best place to ask questions is our developers mailing list: https://groups.google.com/group/urbanairship-dev
- 0.1 Initial release