PHPackages                             kolesa-team/visa-qiwi-wallet - 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. [Payment Processing](/categories/payments)
4. /
5. kolesa-team/visa-qiwi-wallet

ActiveLibrary[Payment Processing](/categories/payments)

kolesa-team/visa-qiwi-wallet
============================

Client library for Visa Qiwi Wallet checkout

v0.2.0(1w ago)5541[1 PRs](https://github.com/kolesa-team/visa-qiwi-wallet/pulls)MITPHPPHP &gt;=8.4CI failing

Since Jul 20Pushed 1w ago11 watchersCompare

[ Source](https://github.com/kolesa-team/visa-qiwi-wallet)[ Packagist](https://packagist.org/packages/kolesa-team/visa-qiwi-wallet)[ RSS](/packages/kolesa-team-visa-qiwi-wallet/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (8)Versions (6)Used By (0)

Visa Qiwi Wallet checkout
=========================

[](#visa-qiwi-wallet-checkout)

Client library for Visa Qiwi Wallet checkout process integration.

Installation
============

[](#installation)

```
composer require kolesa-team/visa-qiwi-wallet

```

Create bill
===========

[](#create-bill)

```
$client = new \Qiwi\Client($providerId, $login, $password);

$ttl = new \DateTime();
$ttl->add(new \DateInterval('PT1H'));

$bill = new Bill();
$bill->setId(str_pad('1', 10, '0', STR_PAD_LEFT))
    ->setAccount('test account')
    ->setAmount('99.95')
    ->setComment('Invoice from ShopName')
    ->setCurrency('USD')
    ->setPaySource('qw')
    ->setLifetime($ttl->format('Y-m-d\TH:i:s'))
    ->setProviderName('Test provider')
    ->setUser('tel:+79161231212')
    ->setExtras(['A' => 'valueA', 'b' => 'valueB']);

$result = $client->createBill($bill);

var_dump($result);
```

Get bill status
===============

[](#get-bill-status)

```
$client = new \Qiwi\Client($providerId, $login, $password);
$result = $client->billStatus(str_pad('1', 10, '0', STR_PAD_LEFT));

var_dump($result);
```

Reject bill
===========

[](#reject-bill)

```
$client = new \Qiwi\Client($providerId, $login, $password);
$result = $client->billReject(str_pad('1', 10, '0', STR_PAD_LEFT));

var_dump($result);
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance98

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 72.2% 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 ~702 days

Total

2

Last Release

9d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.4

v0.2.0PHP &gt;=8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19899078?v=4)[Kolesa Group](/maintainers/kolesa-team)[@kolesa-team](https://github.com/kolesa-team)

---

Top Contributors

[![iborodikhin](https://avatars.githubusercontent.com/u/1627772?v=4)](https://github.com/iborodikhin "iborodikhin (13 commits)")[![lEx0](https://avatars.githubusercontent.com/u/329890?v=4)](https://github.com/lEx0 "lEx0 (2 commits)")[![antonsergeyev](https://avatars.githubusercontent.com/u/98897?v=4)](https://github.com/antonsergeyev "antonsergeyev (1 commits)")[![DKlygov](https://avatars.githubusercontent.com/u/43516644?v=4)](https://github.com/DKlygov "DKlygov (1 commits)")[![naffiq](https://avatars.githubusercontent.com/u/3990098?v=4)](https://github.com/naffiq "naffiq (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kolesa-team-visa-qiwi-wallet/health.svg)

```
[![Health](https://phpackages.com/badges/kolesa-team-visa-qiwi-wallet/health.svg)](https://phpackages.com/packages/kolesa-team-visa-qiwi-wallet)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.3M9](/packages/chargebee-chargebee-php)[shetabit/multipay

PHP Payment Gateway Integration Package

293361.0k4](/packages/shetabit-multipay)

PHPackages © 2026

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