2017 © Pedro Peláez
 

library voauth

V Oauth

image

josephblock/voauth

V Oauth

  • Friday, July 28, 2017
  • by JosephBlock
  • Repository
  • 1 Watchers
  • 2 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

vOauth

vOauth v1, (*1)

install using Composer: composer require josephblock/voauth, (*2)

Example in test/v.php, (*3)

//set up vOauth
$v=new vOauth();
/*
 * Change values to what you need
 * scopes are set as constants
*/
$v->setClient("Your client here");
$v->setSecret("Your secret here");
$v->addScope(array("Add scopes here"));
$v->setRedirect("redirect URL here");

The Versions

28/07 2017

dev-master

9999999-dev

V Oauth

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Joseph Block