Skip to content

adragus-inviqa/gigya-client

 
 

Repository files navigation

gigya-client

Latest Version on Packagist Software License Build Status Total Downloads

Basic Client for Gigya's REST API

Install

Via Composer

$ composer require graze/gigya-client

Usage

$client = new \Graze\Gigya\Gigya($key, $secret, Gigya::DC_EU);
$account = $client->accounts()->getAccountInfo(['uid' => $uid]);

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ make test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email harry.bragg@graze.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Communications with Gigya's REST api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.4%
  • Makefile 0.6%