Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.48 KB

readme.md

File metadata and controls

36 lines (22 loc) · 1.48 KB

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.