vahidkaargar/currencies
最新稳定版本:0.2
Composer 安装命令:
composer require vahidkaargar/currencies
包简介
Currencies list
README 文档
README
With this package you can have currencies names list
Requirement
- This is a Laravel package
- PHP >= 7.4
Installation
composer require "vahidkaargar/currencies"
Documentation
use vahidkaargar\Currencies\Currency; /* * There two ways to use * Output must be an array of currencies names */ $currencies = currency(); $currencies = Currency::fetch(); /* * Give you details of currency */ $currencies = currency('USD'); $currencies = Currency::fetch('USD');
Test
./vendor/bin/phpunit
统计信息
- 总下载量: 314
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-29