converter:与数据无关的不可变PHP货币转换器

时间:2024-03-31 08:16:17
【文件属性】:

文件名称:converter:与数据无关的不可变PHP货币转换器

文件大小:19KB

文件格式:ZIP

更新时间:2024-03-31 08:16:17

php converter library immutable agnostic

关于它 转换器库是与数据无关的货币转换器的immutable下降。 为了使其正常工作,您将必须传递存储库数据查询以获取有效信息以进行操作。 该存储库必须实现库的接口CurrenciesRepositoryInterface 安装 该库使用来管理其依赖项。 因此,在使用它之前,请确保已在计算机中安装了它。 完成此操作后,您可以通过在终端中键入以下命令来拉入该库。 composer require gocanto/converter 数据层实施 首先,您将必须创建一个存储库以查询数据库或保留应用程序货币信息的任何其他数据资源。 第二,您将必须通过引用的接口存储库实现的实例来更新转换器。 像这样: use Gocanto \ Converter \ Examples \ CurrenciesRepositoryExample ; use Gocanto \ Converter \ Co


【文件预览】:
converter-master
----composer.json(2KB)
----.travis.yml(342B)
----phpunit.xml(693B)
----tests()
--------CurrencyValueTest.php(795B)
--------FormattedAmountTest.php(1KB)
--------RoundedNumberTest.php(2KB)
--------ConverterTest.php(3KB)
--------CurrenciesRepositoryExampleTest.php(681B)
----psalm.xml.dist(2KB)
----.php_cs(4KB)
----src()
--------Converter.php(2KB)
--------CurrencyValue.php(1KB)
--------RoundedNumber.php(4KB)
--------FormattedAmount.php(2KB)
--------Interfaces()
--------CurrencyConversion.php(2KB)
----grumphp.yml(646B)
----infection.json(201B)
----psalm.xml(2KB)
----examples()
--------CurrenciesRepositoryExample.php(631B)
----LICENSE.md(1KB)
----.gitignore(123B)
----.phpmd.xml(1KB)
----README.md(3KB)
----phpstan.neon(470B)
----.editorconfig(312B)
----.gitattributes(127B)
----.phpcs.xml(160B)

网友评论