Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 607 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 607 Bytes

netsuite-oauth-php

NetSuite OAuth PHP examples

guzzle_example.php : Example using Guzzle PHP HTTP client. guzzle_example.php : Example using Guzzle PHP HTTP client.

INSTALL

1. Clone project :

git clone https://github.com/rmed19/netsuite-oauth-php.git

2. Install dependencies :

composer install

3. Configure connection:

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.