mihaichris / bvb-client
Bucharest Stock Exchange API Client
0.2.0
2023-04-13 06:43 UTC
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^7.5
- php-di/php-di: ^7.0
- psr/http-client: ^1.0
Requires (Dev)
- infection/infection: ^0.26.19
- mockery/mockery: ^1.5
- pestphp/pest: ^2.4
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.0
- squizlabs/php_codesniffer: ^3.7
- symfony/var-dumper: ^6.2
This package is auto-updated.
Last update: 2024-10-05 22:50:10 UTC
README
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