Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 447 Bytes

File metadata and controls

20 lines (16 loc) · 447 Bytes

Copy gsx.php file into whichever directory you need it in and include it in your code.

To instantiate the object: $gsx = new GSX();

Example

$details = array (
	'apiMode'			=> 'production',
	'regionCode'		=> 'apac',
	'userId'			=> 'user@example.net',
	'password'			=> 'password',
	'serviceAccountNo'	=> '1234567890',
	'languageCode'		=> 'en',
	'userTimeZone'		=> 'AEST' ,
	'returnFormat'		=> 'php' ,
);

$gsx = new GSX ( $details );