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.1.0(1y ago)5181MITPHPPHP &gt;=5.4CI failing

Since Jul 20Pushed 7mo 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 2mo ago

READMEChangelog (1)Dependencies (3)Versions (4)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

31

—

LowBetter than 68% of packages

Maintenance50

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

663d ago

### 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

Code StylePHP\_CodeSniffer

### 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

[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[noetix/pin-php

Pin Payment API Library

19836.8k1](/packages/noetix-pin-php)[dnetix/redirection

Library to connect with PlacetoPay Checkout service

17123.3k2](/packages/dnetix-redirection)

PHPackages © 2026

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