mlopez / trm
TRM Package for PHP - Colombia
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mlopez/trm
Requires
- php: >=7.1.3
- ext-soap: *
Requires (Dev)
- phpunit/phpunit: ^10.0.19
This package is auto-updated.
Last update: 2025-10-24 04:00:26 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.