jalbrecht/ziptax

A PHP wrapper for the zip-tax.com API.

1.0.0 2013-05-11 00:00 UTC

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

  1. An account on zip-tax.com
  2. PHP 5.3.0+
  3. libcurl

Usage

$zipTax = new vutran\ZipTax('YOUR_API_KEY');

$rate = $zipTax->request('90210');

echo $rate->results[0]->taxSales;

License

MIT © Vu Tran