Skip to content

Alekers/tinkoff-open-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinkoff Open Api SDK by Tsvetkov

Latest Stable Version Total Downloads

Installation

In order to install extension use Composer. Either run

php composer.phar require tsvetkov/tinkoff_open_api

or add

"tsvetkov/tinkoff_open_api": "*"

to the require section of your composer.json.

Basic Usage

Initialization

use tsvetkov\tinkoff_open_api\Client;

$client = new Client($token);

$stocks = $client->marketStocks();