Download the PHP package mikkelson/visualsoft-php-soap-api without Composer
On this page you can find all versions of the php package mikkelson/visualsoft-php-soap-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mikkelson/visualsoft-php-soap-api
More information about mikkelson/visualsoft-php-soap-api
Files in mikkelson/visualsoft-php-soap-api
Package visualsoft-php-soap-api
Short Description PHP SOAP bindings for the Visualsoft V3 API
License MIT
Homepage https://github.com/mikkelson/visualsoft-php-soap-api
Informations about the package visualsoft-php-soap-api
Visualsoft PHP SOAP Bindings
The purpose of this library is to aid communication with Visualsoft's SOAP API.
This library currently supports version 3 of the Visualsoft WSDL.
Installation
To install with Composer:
After the package installation completes, use the autoloader provided by Composer.
Usage & Setup
Load the package namespace.
Before making useful calls to Visualsoft, you must first set the client.
Hello World
This call returns the string Hello World
if successful, useful to test your API connectivity.
Get Orders By Date
Return a list of all orders from a specified date.
Get Order By ID
Returns order data for a specified order using the order id.
Get Order By Reference
Returns order data for a specified order using the order reference.
Update Order Status
Updates the status of an order.
Get New Orders
Returns all orders that have not yet been marked as downloaded.
Pass in true/false to have the new orders automatically marked as Downloaded
. Defaults to false.