Api client for Alfabank
Install package through Composer
$ composer require davidnadejdin/alfabank-php-client
<?php
include 'vendor/autoload.php';
$client = new \Davidnadejdin\AlfabankClient\Client([
'userName' => "123",
'password' => "123"
]);
$client->register([]);
license. Please see the license file for more information.
- davidnadejdin/alfabank-laravel Laravel alfabank facade.