jalbrecht / ziptax
A PHP wrapper for the zip-tax.com API.
Installs: 1 062
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
pkg:composer/jalbrecht/ziptax
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-12-19 20:03:13 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