Skip to content

PHP Library that retrieves information on Brazilian Public Debt ("Tesouro Direto") bonds and rates.

License

Notifications You must be signed in to change notification settings

WeeklySky/tesouro-direto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language License Latest Stable Version

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.

About

PHP Library that retrieves information on Brazilian Public Debt ("Tesouro Direto") bonds and rates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%