2017 © Pedro Peláez
 

library pushbullet-php

Pushbullet API client for PHP

image

davole/pushbullet-php

Pushbullet API client for PHP

  • Wednesday, August 2, 2017
  • by davole
  • Repository
  • 1 Watchers
  • 3 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Pushbullet API client for PHP

Send pushes from PHP to Pushbullet users/channels.
Full API documentation available here., (*1)

Implementations

Push

Available types

  • note
  • link
  • file

Function call

$pb = new Pushbullet($token);
$pb->pushLink($target, $title, $url, $body);
$pb->pushNote($target, $title, $body);
$pb->pushFile($target, $filePath, $fileName, $title, $body);

The Versions

02/08 2017

dev-master

9999999-dev

Pushbullet API client for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • lib-curl >=7.38.0

 

02/08 2017

dev-develop

dev-develop

Pushbullet API client for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.0
  • lib-curl >=7.38.0

 

02/08 2017

v0.2.1

0.2.1.0

Pushbullet API client for PHP

  Sources   Download

MIT

The Requires

  • lib-curl >=7.38.0
  • php >=5.5.0

 

02/08 2017

v0.2.0

0.2.0.0

Pushbullet API client for PHP

  Sources   Download

MIT

The Requires

  • lib-curl >=7.38.0
  • php >=5.5.0

 

07/02 2016

v0.1.0

0.1.0.0

Pushbullet API client for PHP

  Sources   Download

MIT

The Requires

  • lib-curl 7.38.0
  • php >=5.3.0