Skip to content

Davidnadejdin/alfabank-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alfabank-php-client

Latest Stable Version Total Downloads Latest Unstable Version License

Api client for Alfabank

Installation

Install package through Composer

$ composer require davidnadejdin/alfabank-php-client

Example

<?php

include 'vendor/autoload.php';

$client = new \Davidnadejdin\AlfabankClient\Client([
    'userName' => "123",
    'password' => "123"
]);

$client->register([]);

Credits

License

license. Please see the license file for more information.

Related packages