Created
November 15, 2015 10:32
-
-
Save zhil/9c0f8efba22fc21c741e to your computer and use it in GitHub Desktop.
PushBullet Api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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