-
Notifications
You must be signed in to change notification settings - Fork 14
1 ‐ PHP Reference
Levi edited this page Jun 11, 2026
·
2 revisions
| Class Name | Description |
|---|---|
| GSArray | Used for passing Arrays, for example when issuing requests or receiving response data. |
| GSObject | Used for passing parameters, for example when issuing requests or receiving response data. |
| GSRequest | A Request to Gigya Socialize API. |
| GSResponse | Wraps the server's response. |
| SigUtils | Utility class for generating and validating signatures. |
| Class Name | Description |
|---|---|
| GSException | General Gigya exception. |
| GSKeyNotFoundException | Extends GSException. Thrown when attempting to fetch a key that does not exist. |