davidnadejdin/tinkoff-php-client

Api client for Tinkoff oplata

Fund package maintenance!
yoomoney.ru/to/4100111254117225

Installs: 113

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/davidnadejdin/tinkoff-php-client

1.0.1 2021-08-01 21:56 UTC

This package is auto-updated.

Last update: 2025-09-29 02:22:34 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

Api client for Tinkoff

Installation

Install package through Composer

$ composer require davidnadejdin/tinkoff-php-client

Example

<?php

include 'vendor/autoload.php';

$client = new \Davidnadejdin\TinkoffClient\Client([
    'Terminal' => "123",
]);

$client->resend([
    'Token' => '123'
]);

Credits

License

license. Please see the license file for more information.

Related packages