Skip to content

mihaichris/bvb-client

Repository files navigation

bvb-client

GitHub Workflow Test Status Latest Stable Version Latest Stable Version issues License PHP Version Require

Description

This is BVBClient, a PHP library built for investment management and analysis of security returns targeted only for Bucharest Stock Exchange.

Installation

It can be installed using composer:

$ composer require mihaichris/bvb-client

Basic Usage

use BVB\Client;

// Creating the client
$client = new Client()

// Get ticker
$ticker = $client->getTicker('TRP');

// Get ticker current stock price
$price = $ticker->getPrice();

Contributing

Pull requests are welcome. For any changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

CHANGELOG

Please refer to CHANGELOG.md

License

MIT

About

Bucharest Stock Exchange API Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published