PHPackages                             nlplay/tinkoff-invest - 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. nlplay/tinkoff-invest

ActiveProject[API Development](/categories/api)

nlplay/tinkoff-invest
=====================

Tinkoff invest REST API laravel facade

1.0.0(5y ago)1908MITPHP

Since Feb 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nlplay/tinkoff-invest)[ Packagist](https://packagist.org/packages/nlplay/tinkoff-invest)[ RSS](/packages/nlplay-tinkoff-invest/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Tinkoff Invest API Facade for laravel applications
==================================================

[](#tinkoff-invest-api-facade-for-laravel-applications)

### Description

[](#description)

Official API documentation can be found here:

The package was build upon Illuminate\\Support\\Facades\\Http.

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

[](#installation)

##### 1. Download the extension via composer:

[](#1-download-the-extension-via-composer)

```
composer require nlplay/tinkoff-invest

```

##### 2. Publish the config file:

[](#2-publish-the-config-file)

```
php artisan vendor:publish --tag=tinkoff-invest

```

##### 3. Add you tinkoff key as described here  to .env:

[](#3-add-you-tinkoff-key-as-described-here-httpstinkoffcreditsystemsgithubioinvest-openapiauth-to-env)

```
TINKOFF_INVEST_TOKEN=

```

Usage
-----

[](#usage)

In order to make requests just use the Facade:

```
use Nlplay\TinkoffInvest\Facades\TinkoffInvest;
```

List of available methods (sb - sandbox):

```
orders(string $brokerAccountId = null)
ordersLimitOrder(string $figi, string $brokerAccountId = null)
ordersMarketOrder(string $figi, string $brokerAccountId = null)
ordersCancel(string $orderId, string $brokerAccountId = null)
portfolio(string $brokerAccountId = null)
portfolioCurrencies(string $brokerAccountId = null)
marketStocks()
marketBonds()
marketEtfs()
marketCurrencies()
marketOrderBook(string $figi, int $depth)
marketCandles(string $figi, string $from, string $to, string $interval)
marketSearchByFigi(string $figi)
marketSearchByTicker(string $ticker)
operations(string $from, string $to, string $brokerAccountId = null, string $figi = null)
userAccounts()
sbRegister()
sbCurrenciesBalance(string $brokerAccountId = null)
sbPositionsBalance(string $brokerAccountId = null)
sbRemove()
sbClear()

```

### Example

[](#example)

```
use Nlplay\TinkoffInvest\Facades\TinkoffInvest;

$currencies = TinkoffInvest::marketCurrencies();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1915d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/73304230?v=4)[NLPlay Digital Ecosystem Platform](/maintainers/nlplay)[@nlplay](https://github.com/nlplay)

### Embed Badge

![Health badge](/badges/nlplay-tinkoff-invest/health.svg)

```
[![Health](https://phpackages.com/badges/nlplay-tinkoff-invest/health.svg)](https://phpackages.com/packages/nlplay-tinkoff-invest)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
