sizeid/oauth2

Package for communication with SizeID Business API.

2.0.1 2020-01-27 13:26 UTC

This package is not auto-updated.

Last update: 2024-04-16 12:27:54 UTC


README

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.