davidnadejdin/tinkoff-php-client

Api client for Tinkoff oplata

1.0.1 2021-08-01 21:56 UTC

This package is auto-updated.

Last update: 2024-04-29 04:47:03 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