The PHP SDK, provides a PHP interface for the Gigya API. The library makes it simple to integrate Gigya services in your PHP application.
PHP 8.0.x, PHP 8.1.x, PHP 8.2.x
- Clone the repo.
- Run
composer update
.
- Run
composer config repositories.gigyaphpsdk git https://github.com/SAP/gigya-php-sdk.git
- Run
composer require gigya/php-sdk
It will now be possible to autoload Gigya PHP SDK: use Gigya\PHP
.
- Obtain a Gigya APIKey and authentication details.
- Follow the installation instructions above.
- Start using according to documentation.
- Copy
tests/provideAuthDetails.json.dist
totests/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
.
None
None
Via pull request to this repository.
None
Please see our LICENSE for copyright and license information.