mlopez/trm
最新稳定版本:v1.0.0
Composer 安装命令:
composer require mlopez/trm
包简介
TRM Package for PHP - Colombia
README 文档
README
This package provides a simple way to retrieve the TRM (Tasa Representativa del Mercado) value for Colombia for a given date or the current date.
Installation
You can install the package via Composer:
composer require mlopez/trm
Usage
use Mlopez\Trm\Trm; $trm = new Trm(); $result = $trm->call('2023-12-31'); print_r($result);
License
The TRM Package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-23