Skip to content

dvdvnl/pushbullet-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages