Basic Client for Gigya's REST API
Via Composer
$ composer require graze/gigya-client
$client = new \Graze\Gigya\Gigya($key, $secret, Gigya::DC_EU);
$account = $client->accounts()->getAccountInfo(['uid' => $uid]);
Please see CHANGELOG for more information what has changed recently.
$ make test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email harry.bragg@graze.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.