chekun/oauth2

There is no license information available for the latest version (v1.0.0) of this package.

Oauth2 Client For PHP

Maintainers

Details

github.com/chekun/oauth2

Source

Issues

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/chekun/oauth2

v1.0.0 2014-04-19 11:59 UTC

This package is not auto-updated.

Last update: 2025-10-07 07:44:18 UTC


README

将下面一行加入app.providers

'Chekun\Oauth2\Oauth2ServiceProvider'

将下面一行加入app.aliases

'Oauth2'         => 'Chekun\Oauth2\Oauth2Facade'

使用方法

$provider = Oauth2::make('weibo');

本程序也可以用在其他框架和普通PHP下.