Skip to content

Instantly share code, notes, and snippets.

@zhil
Created November 15, 2015 10:32
Show Gist options
  • Save zhil/9c0f8efba22fc21c741e to your computer and use it in GitHub Desktop.
Save zhil/9c0f8efba22fc21c741e to your computer and use it in GitHub Desktop.
PushBullet Api
// php composer require ivkos/pushbullet
$pb = new \Pushbullet\Pushbullet('ACCESS_KEY_HERE'); // can be founded here https://www.pushbullet.com/account
$pb->allDevices()->pushNote("Hello world!", "Lorem ipsum...");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment