prdatur / rapidpush-php

A PHP library for RapidPush

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RapidPush PHP library

This PHP script is used to send notifications to your android devices using the RapidPush-Service.

What is RapidPush?

RapidPush is an easy-to-use push notification service. You can receive notifications from third-party applications like nagios, github or flexget directly to your smartphone. With our simple API you can also implement RapidPush to your own software.

How to use

Look at the included example scripts to check how this PHP-Class works.

Example

Make sure that you have an account on RapidPush and got an API-Key which you can create within your user interface. Also make sure example_cli has executeable permission. After you checked this just execute the file by ./example_cli.php. If you get errors that /usr/bin/php is not found, please locate your php-binary and set the path at the top of the file example_cli.php to that path. You will find all needed informations what parameter can be used.

About

A PHP library for RapidPush

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%