xiangminwang / oauth2-qq
This package is abandoned and no longer maintained.
No replacement package was suggested.
QQ provider for league/oauth2-client
v0.0.3
2015-02-15 20:35 UTC
Requires
- php: ~5.4
- league/oauth2-client: ~0.5
This package is not auto-updated.
Last update: 2023-03-18 08:38:49 UTC
README
QQ provider for league/oauth2-client
Installation
composer require xiangminwang/oauth2-qq
Usage
$provider = new XiangminWang\OAuth2\Client\Provider\Qq([
'clientId' => '1104233555', // fill your "APP ID"
'clientSecret' => '978N7tmeH7TMQsKy', // fill your "APP KEY"
'redirectUri' => 'http://example.com/oauth-endpoint',
]);
TODO
- Beta version
- Unit tests
- Full feature support