Skip to content

supsign/netsuite-restlet-php-sdk

 
 

Repository files navigation

General

This is a Fork from Supsign GmbH to use this package with PHP 8.0. It depends on the improvement of the forked package if we some day open an Pull-Request.

Setup

PHP 8.0+ compatible

Symfony 3.4+

  • Run composer require infostud/netsuite-sdk:^2
  • Add a JSON config file based on sample
  • Set the path to that file in NETSUITE_CONFIG_PATH environment variable
  • Register the service definition in your services.yml
Infostud\NetSuiteSdk\ApiService:
    arguments:
        - '%env(NETSUITE_CONFIG_PATH)%'

About

PHP wrapper for custom Netsuite API restlets

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%