Learn more: https://developers.gigya.com/display/GD/PHP
The PHP SDK, provides a PHP interface for the Gigya API. The library makes it simple to integrate Gigya services in your PHP application.
- Clone the repo
- Run
composer update
- Run
composer config repositories.gigyaphpsdk git hhttps://github.com/SAP/gigya-php-sdk.git - Run
composer require gigya/php-sdk
It will now be possible to autoload Gigya PHP SDK: user Gigya\PHP.
- Obtain a Gigya APIKey and authentication details.
- Follow the installation instructions above
- Start using according to documentation.
None
None
Via SAP standard support. https://developers.gigya.com/display/GD/Opening+A+Support+Incident
- Copy
tests/provideAuthDetails.json.disttotests/provideAuthDetails.json - If testing JWT-related functions, create a private key file
- Enter the relevant authentication details and the private key file path in
tests/provideAuthDetails.json
Via pull request to this repository.
None
Copyright © 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache License, v 2.0 except as noted otherwise in the LICENSE file.