Download the PHP package rpsimao/laravel-pushbullet without Composer
On this page you can find all versions of the php package rpsimao/laravel-pushbullet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rpsimao/laravel-pushbullet
More information about rpsimao/laravel-pushbullet
Files in rpsimao/laravel-pushbullet
Package laravel-pushbullet
Short Description Fork of Laravel integration of joetannenbaum/phpushbullet
License MIT
Informations about the package laravel-pushbullet
Laravel-PushBullet
Fork of https://github.com/lahaxearnaud/laravel-pushbullet
This package is an integration of joetannenbaum/phpushbullet
library in Laravel 5.
Table of Contents
- Installation
- Listing Devices
- Pushing
- To Devices
- To Type of evices
- To Users
- Types
- Notes
- Links
- Addresses
- Lists
- Files
Installation
Add provider in your app.php
Add facade in your app.php
Set the api key in config/services.php
If you do not wish to put your access token in your code (understandable), simply set it to the environment variable named pushbullet.access_token
and set:
Listing Devices
To list the available devices on your account:
This will return an array of objects with all of the device information.
Pushing
To Devices
When pushing a to a device, simply use the device's nickname
or their iden
from the list above.
To push to a single device:
To push to multiple devices:
If you want to push to all devices
To Type
You can select a type of device (ex android)
To Users
When pushing a to a user, simply use the user's email address:
To push to a single user:
To push to multiple users:
Types
Notes
Arguments:
- Title
- Body
Links
Arguments:
- Title
- URL
- Body (optional)
Addresses
Arguments:
- Name
- Address
Alternatively, you can pass in an associative array:
Lists
Arguments:
- Title
- Items (array)
Files
Arguments:
- File Name
- File URL (must be publicly available)
- Body (optional)
All versions of laravel-pushbullet with dependencies
illuminate/support Version ~5.0
joetannenbaum/phpushbullet Version ~1.0