travisghansen/netsuite-php-toolkit

NetSuite PHP API with NAMESPACE support

v2014.2.2 2015-01-07 07:20 UTC

This package is auto-updated.

Last update: 2024-04-22 10:20:50 UTC


README

The standard NetSuite-supplied toolkit with 1 major tweak: NAMESPACE support.

All classes are namespaced with NetSuite\WebServices\ to keep pollution down.

Usage

  1. Introduced a NSconfig object
  2. Added a 'logging' parameter to NSconfig
  3. The NetSuiteService construct method gets an instantiated NSconfig object as it's first parameter