davidnadejdin / alfabank-php-client
Api client for Alfabank
Fund package maintenance!
yoomoney.ru/to/4100111254117225
1.0.3
2022-06-18 09:01 UTC
Requires
README
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
- davidnadejdin/alfabank-laravel Laravel alfabank facade.