travisghansen / netsuite-php-toolkit
NetSuite PHP API with NAMESPACE support
Installs: 11 141
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 2
Open Issues: 1
Requires
- php: >=5.3
- ext-simplexml: *
- ext-soap: *
This package is auto-updated.
Last update: 2024-12-22 11:46:08 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