https://github.com/chekun/oauth2
oauth2 client for php
https://github.com/chekun/oauth2
Last synced: 10 months ago
JSON representation
oauth2 client for php
- Host: GitHub
- URL: https://github.com/chekun/oauth2
- Owner: chekun
- Created: 2013-06-25T04:02:47.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T12:06:16.000Z (about 12 years ago)
- Last Synced: 2024-10-19T01:13:30.824Z (over 1 year ago)
- Language: PHP
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Oauth2 For Laravel 4
将下面一行加入app.providers
```
'Chekun\Oauth2\Oauth2ServiceProvider'
```
将下面一行加入app.aliases
```
'Oauth2' => 'Chekun\Oauth2\Oauth2Facade'
```
使用方法
```
$provider = Oauth2::make('weibo');
```
> 本程序也可以用在其他框架和普通PHP下.