Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

ipublikuj-archive/oauth

Repository files navigation

oAuth

Build Status Scrutinizer Code Quality Latest Stable Version Composer Downloads

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.