PHPackages                             solodkiy/alfabank-ru-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. solodkiy/alfabank-ru-client

ActiveLibrary

solodkiy/alfabank-ru-client
===========================

0.5.2(1y ago)085MITPHPPHP ^7.4 || ^8.0CI failing

Since Dec 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/solodkiy/alfabank-ru-client)[ Packagist](https://packagist.org/packages/solodkiy/alfabank-ru-client)[ RSS](/packages/solodkiy-alfabank-ru-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (7)Versions (21)Used By (0)

PHP client for click.alfabank.ru
================================

[](#php-client-for-clickalfabankru)

**AlfaBankClient** служит для подключение к онлайн-банку и скачиванию csv с историей транзакций.

```
$logger = new SimpleLogger();
$driver = createWebDriver($config['selenium_host'], $config['selenium_port']);
$client = new Solodkiy\AlfaBankRuClient\AlfaBankWebClient($driver, $config['bank_login'], $config['bank_pass']);
$client->setLogger($logger);

$accounts = $client->getAccountsList();
if (count($accounts)) {
    $account = $accounts[0];
    $logger->info($account->getName() . ': ' . $account->getNumber());
    $csv = $client->downloadAccountHistory($account->getNumber());
    $logger->info($csv);
}
```

Пример
------

[](#пример)

```
# Копируем конфиг
cp examples/_config.dist.php examples/_config.php

# Заполняем логин и пароль от альфа-клика
vim examples/_config.php

# Запускаем smart-selenium
docker run -p4444:4444 -d solodkiy/smart-selenium

# Запускаем пример
php examples/client.php
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~118 days

Recently: every ~245 days

Total

19

Last Release

559d ago

PHP version history (4 changes)0.1.0PHP ^7.1

0.5.0-rc1PHP ^7.4

0.5.0-rc2PHP ^7.4|^8.0

0.5.0-rc3PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1427813?v=4)[Alexey Solodkiy](/maintainers/solodkiy)[@solodkiy](https://github.com/solodkiy)

---

Top Contributors

[![solodkiy](https://avatars.githubusercontent.com/u/1427813?v=4)](https://github.com/solodkiy "solodkiy (25 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/solodkiy-alfabank-ru-client/health.svg)

```
[![Health](https://phpackages.com/badges/solodkiy-alfabank-ru-client/health.svg)](https://phpackages.com/packages/solodkiy-alfabank-ru-client)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k26.2M1.8k](/packages/infection-infection)[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.4k855.0k18](/packages/danog-madelineproto)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k69](/packages/humbug-box)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
