mlopez/trm

TRM Package for PHP - Colombia

v1.0.0 2023-12-23 23:44 UTC

This package is auto-updated.

Last update: 2024-11-24 01:51:09 UTC


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.