Skip to content

Version 3.3.0

Latest
Compare
Choose a tag to compare
@ivkos ivkos released this 22 May 12:48
  • Added a Pusbullet::push($iden) method that finds the push with the specified iden and returns a Push object that represents it. Example:
$pb = new Pushbullet(API_KEY);

$push = $pb->push("uZkYsjz6f28PhK4");

$push->dismiss();
$push->delete();