Download the PHP package usulix/laravel-netsuite without Composer

On this page you can find all versions of the php package usulix/laravel-netsuite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-netsuite

usulix/laravel-netsuite

ryanwinchester/netsuite-php is a php package which wraps the NetSuite PHP Toolkit in an easier to use API. ryanwinchester/netsuite-php targets NetSuite WebServices.

This package wraps ryanwinchester/netsuite-php in a standard Laravel 5 package and also adds a basic API for targeting NetSuite RESTlets

Installation

Will use the latest ryanwinchester/netsuite-php version up to v2018.2.0

if an older version say v2017.1.1 or v2016.2.0 is required

Register the package

NetSuiteServiceProvider - provides access to the ryanwinchester/netsuite-php WebServices Interface

NetSuiteApiProvider - provides access to the RESTlet API

Set Configuration in .env

by default, if '*_HOST' is NOT defined, the standard account specific URL, is be returned.

note (NETSUITE_ENDPOINT, NETSUITE_ACCOUNT, NETSUITE_WEBSERVICES_HOST, NETSUITE_APP_ID) needed for WebServices

note (NETSUITE_WEBSERVICES_HOST and NETSUITE_RESTLET_HOST) can be used to override as needed

using Token (account, consumer_key, consumer_secret, token, token_secret required for either WebServices or RESTlets)

note (if the sandbox or custom url is required) you can override the account specific URLs

Add values to .env which correspond to either token based authentication OR NlAuth based authentication but not both!

What if you need token for WebServices and NlAuth for RESTlets - or you need different accounts for each...

Submit a feature request as an issue or a pull request with a solution.

My experience with NetSuite is based upon a single integration, so coverage of all situations is probably not happening very well initially, but the project is public in order to obtain help in developing a more useful and time-saving solution.

Instantiate an instance of the service and make NetSuite call using the service

using a WebService

using a RESTlet


All versions of laravel-netsuite with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version 6.x
ryanwinchester/netsuite-php Version ^2016.1|^v2017|^v2018
guzzlehttp/guzzle Version ^6.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package usulix/laravel-netsuite contains the following files

Loading the files please wait ....