jalbrecht / ziptax
A PHP wrapper for the zip-tax.com API.
1.0.0
2013-05-11 00:00 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-07-04 17:35:57 UTC
README
*** FORKED SO IT CAN BE USED ON COMPOSER ***
A PHP wrapper for the zip-tax.com API.
Requirements
- An account on zip-tax.com
- PHP 5.3.0+
- libcurl
Usage
$zipTax = new vutran\ZipTax('YOUR_API_KEY'); $rate = $zipTax->request('90210'); echo $rate->results[0]->taxSales;
License
MIT © Vu Tran