Download the PHP package evans-wanguba/sage-evolution-freedom-api without Composer
On this page you can find all versions of the php package evans-wanguba/sage-evolution-freedom-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download evans-wanguba/sage-evolution-freedom-api
More information about evans-wanguba/sage-evolution-freedom-api
Files in evans-wanguba/sage-evolution-freedom-api
Package sage-evolution-freedom-api
Short Description This is a PHP package for handling Sage Evolution Freedom web service integration
License MIT
Informations about the package sage-evolution-freedom-api
Sage Evolution Freedom API
This is a PHP package for Sage Evolution Freedom web service integration. The API is a set of generic Accounting functions that is designed to cater for a wide-ranging of functions that allows a merchant to have access to the Sage Evolution system.
Installation
Pull in the package through Composer.
Create the following variables in your .env file.
Supported Functions
- Customers
- Suppliers
- Inventory Items
- Inventory Item Price Lists
- Inventory Item Selling Prices
- Aging Terms
- Areas
- Customer Groups
- Person
- Supplier Groups
- Sales Representatives
- Settlement Terms
- Customer Transactions
- Supplier Transactions
- Inventory Transactions
- Create Sales Order Quotation
- Create Sales Order
- Create Sales Order Invoice
- Open Sales Order & Process Invoice
Usage
To make a create customer request is simple. Just initiate the SageEvolutionFreedom
and post the transaction:
The $response
is either JSON or XML depending on the function.
Support
See sample.php
for more examples. The API documentation is also available in the docs
folder.
Or email me at [email protected]