Download the PHP package avalara/avatax without Composer

On this page you can find all versions of the php package avalara/avatax. 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 avatax

AvaTax-Calc-SOAP-PHP

Other Samples

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:

Requirements:

Note: For *nix, it may be necessary to recompile your PHP interpreter with soap.dll and openssl.dll enabled.

to your composer.json file and run php composer.phar update from your command line.

Contents:

File
Method Demonstrated
Samples/Credentials.php contains authentication elements (URL, Account, LicenseKey, Client) that are passed into the ATConfig object which ontains various service configuration parameters as class static variables.
Samples/IsAuthorizedTest.php IsAuthorized is a method that allows the user to specify a number of a methods or services to ascertain if they are permitted to use them based on the credentials provided in the request.
Samples/PingTest.php The Ping method can be used for testing connectivity to the AvaTax web service, verify supplied credentials, and return the service version in use by the AvaTax web service.
Samples/ValidateTest.php Validate demonstrates the ValidateAddress method that normalizes a provided address. US and Canada only.
Samples/GetTaxRequestTest.php The GetTaxRequest method calculates retail sales tax on documents such as sales orders, sales invoices, purchase orders, purchase invoices, or credit memos. Note: A document can be committed at this stage by setting the Commit property to true (default is false).
Samples/PostTaxTest.php The PostTax method can be used to modify the state of a SalesInvoice, ReturnInvoice or PurchaseInvoice document saved to the AvaTax database. Note: A document can be committed at this stage by setting the Commit property to true (default is false).
Samples/CommitTaxTest.php The CommitTax method can be used to modify the state of a document that is "posted" (only) to the AvaTax database via SalesInvoice, ReturnInvoice or PurchaseInvoice a methods. Note: CommitTax is not a required step to commit a document to AvaTax. Documents can be committed during the GetTax or PostTax document lifecycle.
Samples/GetTaxHistoryTest.php GetTaxHistory is a method that retrieves details from a previously saved (to the AvaTax database) documents.
Samples/AdjustTaxTest.php AdjustTax is a method that has the ability to modify elements of an already committed document. Note: Sets the Document Modified flag.
Samples/CancelTaxTest.php CancelTax is a method that cancels a tax document specified by the DocId, DocCode, and DocType parameters. See CancelTax for more details.
/AvaTax ../AvaTax is a Directory containing the core classes that enable the API samples to make Avatax web service calls.

Other Files Included in this Repository

.gitattributes GitHub attribute file. Not required for sample use.
.gitignore GitHub config file. Not required for sample use.
LICENSE.md Apache License TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
README.md This document describing how to make use of the sample API code.
composer.json Allows for composer management of packages.

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/


All versions of avatax with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
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 avalara/avatax contains the following files

Loading the files please wait ....