travisghansen / netsuite-php-toolkit
NetSuite PHP API with NAMESPACE support
Package info
github.com/travisghansen/netsuite-php-toolkit
pkg:composer/travisghansen/netsuite-php-toolkit
v2014.2.2
2015-01-07 07:20 UTC
Requires
- php: >=5.3
- ext-simplexml: *
- ext-soap: *
This package is auto-updated.
Last update: 2026-02-22 14:22:00 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
- Introduced a NSconfig object
- Added a 'logging' parameter to NSconfig
- The NetSuiteService construct method gets an instantiated NSconfig object as it's first parameter