2017 © Pedro Peláez
 

library pushover

Simple pushover.net library

image

scottymeuk/pushover

Simple pushover.net library

  • Wednesday, September 25, 2013
  • by scottrobertson
  • Repository
  • 2 Watchers
  • 7 Stars
  • 856 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Pushover

Build Status Total Downloads Version, (*1)

A simple PHP library for pushover.net. It essentially just wraps curl, and makes it a bit easier to send push notifications. The main reason for building this was to allow pushing to mulitple users easily., (*2)

Requirements

  • PHP >= 5.3.3
  • Curl PHP Driver

Example

<?php
include __DIR__ . '/vendor/autoload.php';

$pushover = new \Scottymeuk\Pushover\Client([
    'token' => '',
]);
$pushover->message = 'testing';

// Push Single
$push = $pushover->push($token);

// Push Multiple
$push = $pushover->pushMultiple([
    $token1,
    $token2
]);

Bitdeli Badge, (*3)

The Versions

25/09 2013

dev-master

9999999-dev http://github.com/scottymeuk/pushover

Simple pushover.net library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

pushover push notifications

15/08 2013

v1.0.1

1.0.1.0 http://github.com/scottymeuk/pushover

Simple pushover.net library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

pushover push notifications

15/08 2013

v1.0.0

1.0.0.0 http://github.com/scottymeuk/pushover

Simple pushover.net library

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *

 

pushover push notifications