PHPackages                             a.treschilov/tinkoff-invest-api-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. a.treschilov/tinkoff-invest-api-sdk

ActiveLibrary[API Development](/categories/api)

a.treschilov/tinkoff-invest-api-sdk
===================================

PHP SDK for Tinkoff invest API V2

v0.3.14(4mo ago)57001[1 PRs](https://github.com/a-treschilov/tinkoff-invest-sdk-php/pulls)Apache-2.0PHPPHP ^8.3

Since Jan 27Pushed 4mo ago3 watchersCompare

[ Source](https://github.com/a-treschilov/tinkoff-invest-sdk-php)[ Packagist](https://packagist.org/packages/a.treschilov/tinkoff-invest-api-sdk)[ RSS](/packages/atreschilov-tinkoff-invest-api-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (38)Used By (0)

Tinkoff Invest PHP SDK
======================

[](#tinkoff-invest-php-sdk)

Unofficial PHP SDK for Tinkoff invest API V2. See official API [documentation](https://tinkoff.github.io/investAPI/)

Installation
------------

[](#installation)

It's recommended that you use Composer to install.

```
$ composer require a.treschilov/tinkoff-invest-api-sdk
```

### SDK requires:

[](#sdk-requires)

- PHP 8.3 or newer
- grpc extension

### Install grpc

[](#install-grpc)

```
sudo pecl install grpc

```

Add to php.ini

```
extension=grpc.so

```

How to use
----------

[](#how-to-use)

### Basic Usage (limited methods support)

[](#basic-usage-limited-methods-support)

```
