yireo / magento-eu-vat-rates-library
从 https://github.com/yireo/Magento_EU_Tax_Rates 加载欧盟税率
1.0.0
2018-12-11 08:59 UTC
Requires
- php: >=7.0.0
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^7.2
- yireo/yireo-eu-vat-rates-library: *
This package is auto-updated.
Last update: 2024-09-22 01:21:23 UTC
README
此库提供了一个客户端,用于通过源加载欧盟税率,包括解析和缓存
use Yireo\MagentoEuVatRates\Rates;
$rates = (new MagentoRates)->getRatesTable();
安装
要安装此库,请使用composer
composer require yireo/magento-eu-vat-rates-library
测试
此库附带一些单元测试。然而,这些测试依赖于一个内部Yireo库来验证实际税率。