davidnadejdin/alfabank-php-client

Api client for Alfabank

1.0.3 2022-06-18 09:01 UTC

This package is auto-updated.

Last update: 2024-04-18 13:16:09 UTC


README

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