avalara / avatax
A set of classes to assist with integration to the Avalara AvaTax SOAP API.
Installs: 906 940
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 7
Open Issues: 5
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-07 01:18:44 UTC
README
This is a PHP sample demonstrating the AvaTax SOAP API. For more information on the use of these methods and the AvaTax product, please visit our developer site or homepage
Dependencies:
- PHP 5.3 or later (not tested on versions older than PHP 5.3)
Requirements:
- Authentication requires an valid Account Number and License Key, which should be entered in the test file (e.g. GetTaxTest.php) you would like to run.
- If you do not have an AvaTax account, a free trial account can be acquired through our developer site
- SSL and SoapClient support must be enabled for your PHP interpreter. For windows, add the following extentions to php.ini:
extension=php_soap.dll
extension=php_openssl.dll
Note: For *nix, it may be necessary to recompile your PHP interpreter with soap.dll and openssl.dll enabled.
- If you would like to use these core classes as part of a project and manage your depencies through composer, the Avatax classes can be added to your existing project by adding
"repositories": [
{
"type": "vcs",
"url": "https://github.com/avadev/AvaTax-Calc-SOAP-PHP"
}
],
"require": {
"avalara/avatax": "*"
}
to your composer.json file and run php composer.phar update
from your command line.
Contents:
Resources
Developer API Documentation is located here: http://developer.avalara.com/api-docs
The Avalara AvaTax API Reference is located here: http://developer.avalara.com/api-docs/avalara-avatax-api-reference
Find out what other developers are talking about on the Avalara Developer Community Forum located here: https://community.avalara.com/avalara/category_sets/developers
Frequently asked questions regarding the Avalara product is located here: https://help.avalara.com/