thetaxrate/ttr-php-composer
Composer 安装命令:
composer require thetaxrate/ttr-php-composer
包简介
Simple Sales Tax Rate API
README 文档
README
The purpose of this package is to make integration with thetaxrate sales tax api multi easier with composer.
Installation
Via Composer
$ composer require thetaxrate/ttr-php-composer
Usage
Latest Documentation Can be found at Site Documentation
You will need to Obtain an API token from thetaxrate.com users portal.
<?php namespace { use TheTaxRate\SalesTaxService; function main() { $service = new SalesTaxService('API_TOKEN'); $response = $service->getTaxRate('90210'); $saleTaxRate = $response->getRate(); } }
Security
If you discover any security related issues, please submit a PR.
License
license. Please see the license file for more information.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-02