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

1.0.0 2013-05-11 00:00 UTC

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

  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