zip-tax.com API 的 PHP 封装。

1.0.0 2013-05-11 00:00 UTC

This package is not auto-updated.

Last update: 2024-09-27 13:44:22 UTC


README

*** 已分叉以便在 Composer 中使用 ***

zip-tax.com API 的 PHP 封装。

要求

  1. zip-tax.com 的账户
  2. PHP 5.3.0+
  3. libcurl

用法

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

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

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

许可证

MIT © Vu Tran