ipub / oauth
This package is abandoned and no longer maintained.
The author suggests using the contributte/oauth2-client package instead.
OAuth API for Nette Framework
v1.0.3
2015-06-29 21:31 UTC
Requires
- php: >=5.4
- ext-curl: *
- ext-json: *
- kdyby/curl-ca-bundle: ~1.0
- nette/di: ~2.2
- nette/http: ~2.2
- nette/utils: ~2.2
Requires (Dev)
- latte/latte: ~2.2
- nette/application: ~2.2
- nette/bootstrap: ~2.2
- nette/forms: ~2.2
- nette/mail: ~2.2
- nette/robot-loader: ~2.2
- nette/safe-stream: ~2.2
- nette/tester: @dev
- tracy/tracy: @dev
This package is auto-updated.
Last update: 2020-08-02 11:10:27 UTC
README
OAuth API client with authorization for Nette Framework
Installation
The best way to install ipub/oauth is using Composer:
{ "require": { "ipub/oauth": "dev-master" } }
or
$ composer require ipub/oauth:@dev
After that you have to register extension in config.neon.
extensions:
oauth: IPub\OAuth\DI\OAuthExtension
Documentation
Learn how to integrate oAuth into your extensions for authentication or API calls in documentation.
Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/oauth.