Download the PHP package graze/gigya-client without Composer
On this page you can find all versions of the php package graze/gigya-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download graze/gigya-client
More information about graze/gigya-client
Files in graze/gigya-client
Package gigya-client
Short Description REST Client for Gigya API
License MIT
Homepage https://github.com/graze/gigya-client
Informations about the package gigya-client
gigya-client
Client for Gigya's REST API
- Endpoint call hierarchy:
$gigya->accounts()->tfa()->getCertificate() - List of endpoints:
accounts,accounts->tfa,audit,socialize,comments,gameMechanics,reports,dataStore,identityStorage,saml,saml->idp - Populated classes with auto completion helpers for the available methods from Gigya
- Different authentication methods:
gigya: addapi_keyandsecretto https web requestscredentials: usesclient_idandclient_secretfor use with oauth2 token retrievalgigya-oauth2: uses an automatically retrieved OAuth2 tokencustom: use your own custom authentication (or use oauth2 with a provided token)
Install
The simplest way to install the client is with composer and running:
Usage
By Default the Gigya client uses gigya auth and appends the api_key and secret onto the query string when calling gigya over https.
OAuth 2
You can also use oauth2 in server mode and retrieve information about all accounts
Social OAuth 2
OAuth2 can also be used to retrieve information about a single account without knowledge of the uid.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Harry Bragg
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of gigya-client with dependencies
guzzlehttp/guzzle Version ^6.2
illuminate/support Version ^5.0|^6.0|^7.0