Send pushes from PHP to Pushbullet users/channels.
Full API documentation available here.
- note
- link
- file
$pb = new Pushbullet($token);
$pb->pushLink($target, $title, $url, $body);
$pb->pushNote($target, $title, $body);
$pb->pushFile($target, $filePath, $fileName, $title, $body);