iso4217:ISO 4217 PHP 库

时间:2024-06-18 16:50:51
【文件属性】:

文件名称:iso4217:ISO 4217 PHP 库

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-18 16:50:51

PHP

酒精/iso4217 提供 ISO 4217 数据的 PHP 库。 什么是 ISO 4217 ISO 4217 是国际标准化组织发布的标准,它在三个表格中描述了货币代号、国家代码(字母和数字)以及对次要单位的引用。 -- 安装 $ composer require alcohol/iso4217 使用 代码: <?php $ iso4217 = new Alcohol \ ISO4217 (); $ iso4217 -> getByAlpha3 ( 'EUR' ); // or $ iso4217 -> getByNumeric ( '978' ); // also $ iso4217 -> getAll (); 结果: Array ( [name] => Euro [alpha3] => EUR [numeric] => 978 [exp]


【文件预览】:
iso4217-main
----ISO4217Test.php(4KB)
----LICENSE(1KB)
----composer.json(661B)
----CHANGELOG.md(2KB)
----.github()
--------workflows()
----.php_cs.dist(990B)
----phpunit.xml.dist(573B)
----ISO4217.php(32KB)

网友评论