davidnadejdin / tinkoff-php-client
Api client for Tinkoff oplata
Fund package maintenance!
yoomoney.ru/to/4100111254117225
1.0.1
2021-08-01 21:56 UTC
Requires
README
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
- davidnadejdin/tinkoff-laravel Laravel tinkoff facade.