dvdvnl / pushbullet-php

Pushbullet API client for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pushbullet API client for PHP

Send pushes from PHP to Pushbullet users/channels.
Full API documentation available here.

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);

About

Pushbullet API client for PHP


Languages

Language:PHP 100.0%