2017 © Pedro Peláez
 

library oauth

OAuth API for Nette Framework

image

ipub/oauth

OAuth API for Nette Framework

  • Monday, June 29, 2015
  • by akadlec
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,371 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

oAuth

Build Status Scrutinizer Code Quality Latest Stable Version Composer Downloads, (*1)

OAuth API client with authorization for Nette Framework, (*2)

Installation

The best way to install ipub/oauth is using Composer:, (*3)

{
    "require": {
        "ipub/oauth": "dev-master"
    }
}

or, (*4)

$ composer require ipub/oauth:@dev

After that you have to register extension in config.neon., (*5)

extensions:
    oauth: IPub\OAuth\DI\OAuthExtension

Documentation

Learn how to integrate oAuth into your extensions for authentication or API calls in documentation., (*6)


Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/oauth., (*7)

The Versions