tsvetkov/tinkoff_open_api

There is no license information available for the latest version (0.1.0) of this package.

PHP Library for telegram bot API

0.1.0 2021-02-16 21:29 UTC

This package is auto-updated.

Last update: 2024-05-17 04:41:41 UTC


README

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();