Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thangngoc89/pushbullet-laravel-socialite
Add Pushbullet as Oauth2 provider to Laravel Socialite
https://github.com/thangngoc89/pushbullet-laravel-socialite
Last synced: about 2 months ago
JSON representation
Add Pushbullet as Oauth2 provider to Laravel Socialite
- Host: GitHub
- URL: https://github.com/thangngoc89/pushbullet-laravel-socialite
- Owner: thangngoc89
- License: mit
- Created: 2015-02-04T15:10:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T11:13:19.000Z (almost 10 years ago)
- Last Synced: 2024-10-13T11:15:48.458Z (3 months ago)
- Language: PHP
- Size: 176 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Deprecated , please refer https://github.com/SocialiteProviders
---
# pushbullet-laravel-socialite
Add [Pushbullet](http://pushbullet) as Oauth2 provider to Laravel Socialite##Infomation
- Laravel Socialite : https://github.com/laravel/socialite
- How to use Laravel Socialite with Laravel 5 : https://laracasts.com/series/whats-new-in-laravel-5/episodes/9## How to use Pushbullet as a Oauth2 Provider?
- Create a apps at Pushbullet (Please read Pushbullet documents : https://docs.pushbullet.com/oauth2/)
- Clone this project and add PushbulletProvider.php into your app. Remember to change its namespace.
- Read this awesome blog for instruction on [How to add a custom Provider into Laravel Socialite](https://medium.com/@morrislaptop/adding-auth-providers-to-laravel-socialite-ca0335929e42)## What's next?
If you want to use Pushbullet as a notification service for your app, here is some cool packages:
+ PushBullet-for-PHP by @ivkos : https://github.com/ivkos/PushBullet-for-PHP/tree/master/src
+ PHPushbullet by @joetannenbaum : https://github.com/joetannenbaum/phpushbullet## Others provider
- Microsoft provider : https://gist.github.com/pfeiferchristopher/0ba09397553b54cd9e8f