isfonzar / tesouro-direto
Module that retrieves information on Brazilian Public Debt ("Tesouro Direto") bonds and rates.
v0.1
2017-03-19 14:27 UTC
This package is auto-updated.
Last update: 2024-11-05 16:47:25 UTC
README
About tesouro-direto
tesouro-direto is a php library and module that retrieves information on Brazilian Public Debt ("Tesouro Direto") bonds and rates.
This library is on beta. Pull Requests are welcome
Installation
Composer
$ composer require iiiicaro/sentiment-thermometer
Usage
Basic usage
<?php require(__DIR__ . '/../vendor/autoload.php'); use isfonzar\TesouroDireto\TesouroDireto; $tesouroDireto = new TesouroDireto(); print_r($tesouroDireto->fetch());
Contributing
Developing
PRs are welcome. To begin developing, do this:
$ git clone https://github.com/isfonzar/tesouro-direto.git
$ cd tesouro-direto/
Bug Reports & Feature Requests
Please use the issue tracker to report any bugs or feature requests.