Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.18 KB

readme.md

File metadata and controls

42 lines (33 loc) · 1.18 KB

Blimply

Build Status

Description

Blimply is unofficial WordPress Plugin for Urban Airship. It's based on official UA PHP library and supports Urban Airship v3 APIs.

Requirements

Features

  • Send push notifications from Dashboard widget
  • Send pushes on post publish
  • Manage Urban Airship tags/segments
  • Set custom sounds for push notifications (iOS only)
  • Set quiet time for pushes (no sound)

Initial installation

  1. git clone https://github.com/rinatkhaziev/blimply.git in your WP plugins directory
  2. Do composer install --no-dev
  3. Activate the plugin
  4. Set the settings
  5. Enjoy

Upgrade instructions

  1. Pull as usual
  2. Do composer install --no-dev
  3. ...
  4. Profit

Tests

Plugin includes basic test suite, run a phpunit from the plugin folder

Developers

Miss a feature? Pull requests are welcome.

Future improvements

  • Rich Push
  • Scheduled pushes
  • Geolocated pushes