Package for SizeID Advisor integration into e-shop platforms.
- verify client credentials
- get and format active size charts
- get and format available button styles
- get available languages
- render SizeID Button code
- render SizeID Connect code
- Get the code
composer require sizeid/helpers
- Get
clientIdandclientSecretfrom your SizeID for Business account. Free tariff available. - Start using helpers see examples/example.php
- Get the code
composer create-project sizeid/helpers
- Get
clientIdandclientSecretfrom your SizeID for Business account. Free tariff available. - Navigate to
examplesdirectory, copyconfig.example.phptoconfig.php, change constantsCLIENT_IDandCLIENT_SECRET, run example file with webserver.