PHPackages                             staconik/cloud-payments-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. [Payment Processing](/categories/payments)
4. /
5. staconik/cloud-payments-client

ActiveLibrary[Payment Processing](/categories/payments)

staconik/cloud-payments-client
==============================

Client for CloudPayments.ru

0310↓100%1PHP

Since Nov 14Pushed 6y agoCompare

[ Source](https://github.com/StacoNiK/cloudpayments-php-client)[ Packagist](https://packagist.org/packages/staconik/cloud-payments-client)[ RSS](/packages/staconik-cloud-payments-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CloudPayments PHP Client Library
================================

[](#cloudpayments-php-client-library)

Клиент для платежного сервиса [CloudPayments](http://cloudpayments.ru/). Позволяет обращаться к [API CloudPayments](http://cloudpayments.ru/Docs/Api) из кода на PHP.

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

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

```
composer require cloudpayments/cloudpayments-php-client
```

Использование
-------------

[](#использование)

```
$client = new \CloudPayments\Manager($publicKey, $privateKey);
$transaction = $client->chargeToken($amount, $currency, $accountId, $cardToken);

echo $transaction->getId();
```

Передача чека в онлайн-кассу
----------------------------

[](#передача-чека-в-онлайн-кассу)

```
$items[] = array(
            "label" => 'Товар реальный', //наименование товара
            "price" => 30.00, //цена
            "quantity" => 3.00, //количество
            "amount" => 90.00, //сумма
            "vat" => 18, //ставка НДС
            "ean13" => '460123456789' //штрих-код, необязательный
);
$client->sendReceipt($inn, $invoiceId, $accountId, $items, $taxationSystem, $email, $phone);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff3ae83cda0f7f9692e92849416c6aa0c7e2c465d531cacc1f5b397462a434fa?d=identicon)[StacoNiK](/maintainers/StacoNiK)

---

Top Contributors

[![dmkcv](https://avatars.githubusercontent.com/u/5673153?v=4)](https://github.com/dmkcv "dmkcv (2 commits)")[![StacoNiK](https://avatars.githubusercontent.com/u/7559405?v=4)](https://github.com/StacoNiK "StacoNiK (2 commits)")

### Embed Badge

![Health badge](/badges/staconik-cloud-payments-client/health.svg)

```
[![Health](https://phpackages.com/badges/staconik-cloud-payments-client/health.svg)](https://phpackages.com/packages/staconik-cloud-payments-client)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[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)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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