Skip to content

sizeid/oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SizeID Business API OAuth2

Build Status Coverage Status

Package for simple communication with SizeID Business API. For more information see sizeid/oauth2 documentation and SizeID Business API documentation.

Installation into existing project

  1. Get the code
composer require sizeid/oauth2
  1. Get clientId and clientSecret from your SizeID for Business account. Free tariff available.

  2. Initialize communication objects

Examples

  1. Get the code
composer create-project sizeid/oauth2
  1. Get clientId and clientSecret from your SizeID for Business account. Free tariff available.

  2. Navigate to examples directory, copy config.example.php to config.php, change constants CLIENT_ID and CLIENT_SECRET, run example file with webserver.