sizeid/oauth2

Package for communication with SizeID Business API.

Maintainers

Details

github.com/sizeid/oauth2

Source

Issues

Installs: 18 613

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/sizeid/oauth2

2.0.1 2020-01-27 13:26 UTC

This package is not auto-updated.

Last update: 2025-10-14 19:31:06 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.