文件名称:curr-curr:根据https提供欧洲央行提供的欧元当前汇率
文件大小:49KB
文件格式:ZIP
更新时间:2024-06-05 05:20:25
currency currency-exchange-rates exchange-rate PHP
CurrCurr-当前货币(汇率) 在下以EC对象的形式提供ECB提供的欧元当前汇率。 如何安装 composer require steffenbrand/curr-curr 如何使用 要求特定货币的汇率 try { $ cc = new CurrCurr (); $ exchangeRate = $ cc -> getExchangeRateByCurrency ( Currency :: USD ); $ exchangeRate -> getDate (); $ exchangeRate -> getCurrency (); $ exchangeRate -> getRate (); } catch ( ExchangeRatesRequestFailedException $ e ) { // webservice mig
【文件预览】:
curr-curr-master
----.gitignore(61B)
----codecov.yml(415B)
----src()
--------Exception()
--------Mapper()
--------Model()
--------Client()
--------CurrCurr.php(2KB)
----LICENSE.md(1KB)
----curr-curr.jpg(25KB)
----resources()
--------eurofxref-daily-valid.xml(2KB)
--------eurofxref-daily-usd-missing.xml(2KB)
--------eurofxref-daily-date-missing.xml(2KB)
----.travis.yml(258B)
----composer.json(1KB)
----composer.lock(62KB)
----README.md(4KB)
----.scrutinizer.yml(130B)
----phpunit.xml.dist(428B)
----test()
--------CurrCurrSimpleCacheIntegrationTest.php(2KB)
--------bootstrap.php(217B)
--------CurrCurrIntegrationTest.php(3KB)
--------CurrCurrMockTest.php(4KB)
--------Client()