NetSuite OAuth PHP examples
guzzle_example.php : Example using Guzzle PHP HTTP client. guzzle_example.php : Example using Guzzle PHP HTTP client.
git clone https://github.com/rmed19/netsuite-oauth-php.git
composer install
Needs to change connection parameters such as NS_CONSUMER_KEY
, NS_CONSUMER_SECRET
, NS_TOKEN_ID
, NS_TOKEN_SECRET
, NS_ACCOUNT
, NS_HOST
in the configs.php file.