PHPackages                             findyanot/qiwi\_api\_php - 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. [API Development](/categories/api)
4. /
5. findyanot/qiwi\_api\_php

ActiveLibrary[API Development](/categories/api)

findyanot/qiwi\_api\_php
========================

API client for Qiwi (Account API)

0.0.1(8y ago)5703MITPHPPHP &gt;=5.4

Since Aug 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/FindYanot/qiwi_api_php)[ Packagist](https://packagist.org/packages/findyanot/qiwi_api_php)[ RSS](/packages/findyanot-qiwi-api-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Qiwi API Client
===============

[](#qiwi-api-client)

API клиент для работы с API личного кабинета Qiwi [Документация Qiwi](https://developer.qiwi.com/qiwiwallet/qiwicom_ru.html)

Установка
=========

[](#установка)

- Скопируйте QiwiApi.php из папки src/ и включите его в скрипт

```
require_once 'QiwiApi.php';
$qiwi = new FindYanot\QiwiApi('79997965958', 'd86e556798678df67606fs876f9');
```

#### Установка с помощью Composer

[](#установка-с-помощью-composer)

```
composer require findyanot/qiwi_api_php

```

Пример
======

[](#пример)

```
require_once 'QiwiApi.php';
$qiwi = new FindYanot\QiwiApi('79997965958', 'd86e556798678df67606fs876f9');
$sendMoney = $qiwi->sendMoneyToQiwi([
    'id' => time() + 10 * 5,
    'sum' => [
        'amount'   => 1000,
        'currency' => 643
    ],
    'source' => 'account_643',
    'paymentMethod' => [
        'type' => 'Account',
        'accountId' => 643
    ],
    'comment' => 'Тестовый платеж',
    'fields' => [
        'account' => '+79997965958'
    ]
]);
```

Методы
======

[](#методы)

МетодОписаниеgetAccount(Array $params)Профиль пользователяgetPaymentsHistory(Array $params)История платежейgetPaymentsStats(Array $params)Статистика платежейgetBalance()Баланс QIWI КошелькаgetTax($providerId)Комиссионные тарифыsendMoneyToQiwi(Array $params)Перевод на QIWI КошелекsendMoneyToProvider($providerId, Array $params)Оплата услуг по ID получателя

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3191d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2080fded61f99c593c1303eb15cb686ca12b3a295d888168fe3a1f9dd1180e52?d=identicon)[FindYanot](/maintainers/FindYanot)

---

Top Contributors

[![ynvv](https://avatars.githubusercontent.com/u/7413262?v=4)](https://github.com/ynvv "ynvv (2 commits)")

---

Tags

apiphpqiwiapipackageqiwi

### Embed Badge

![Health badge](/badges/findyanot-qiwi-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/findyanot-qiwi-api-php/health.svg)](https://phpackages.com/packages/findyanot-qiwi-api-php)
```

###  Alternatives

[pear2/net_routeros

This package allows you to read and write information from a RouterOS host using MikroTik's RouterOS API.

248111.7k4](/packages/pear2-net-routeros)[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[vinelab/api-manager

Laravel API Manager Package - beatify and unify your responses with the least effort possible.

392.1k](/packages/vinelab-api-manager)

PHPackages © 2026

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