Download the PHP package gigya/php-sdk without Composer
On this page you can find all versions of the php package gigya/php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gigya/php-sdk
More information about gigya/php-sdk
Files in gigya/php-sdk
Download gigya/php-sdk
More information about gigya/php-sdk
Files in gigya/php-sdk
Please rate this library. Is it a good library?
Informations about the package php-sdk
PHP SDK
Description
The PHP SDK provides a PHP interface for the Gigya API. The library makes it simple to integrate Gigya services in your PHP application.
Requirements
PHP 8.0.x, PHP 8.1.x, PHP 8.2.x
Download and Installation
Standalone
- Clone the repo.
- Run
composer update
.In a project
- 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
.
Note: If the project does not use Composer natively / as part of a framework, it is necessary to include vendor/autoload.php
in your project.
Configuration
- Obtain a Gigya APIKey and authentication details.
- Follow the installation instructions above.
- Start using according to documentation.
Running tests
- 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
.
Limitations
None
Known Issues
None
How to obtain support
Contributing
Via pull request to this repository.
Code of Conduct
See CODE_OF_CONDUCT
To-Do (upcoming changes)
None
Licensing
Please see our LICENSE for copyright and license information.
All versions of php-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
firebase/php-jwt Version ^6.0
ext-json Version *
ext-curl Version *
ext-openssl Version *
ext-mbstring Version *
firebase/php-jwt Version ^6.0
ext-json Version *
ext-curl Version *
ext-openssl Version *
ext-mbstring Version *
The package gigya/php-sdk contains the following files
Loading the files please wait ....