PHPackages                             itpanda-llc/mikbill-ckassa-bisys-api - 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. itpanda-llc/mikbill-ckassa-bisys-api

ActiveLibrary[API Development](/categories/api)

itpanda-llc/mikbill-ckassa-bisys-api
====================================

API for integration of the MikBill billing system with the CKassa payment system

04PHP

Since Aug 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/itpanda-llc/mikbill-ckassa-bisys-api)[ Packagist](https://packagist.org/packages/itpanda-llc/mikbill-ckassa-bisys-api)[ RSS](/packages/itpanda-llc-mikbill-ckassa-bisys-api/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

MikBill-CKassa-BiSys-API
========================

[](#mikbill-ckassa-bisys-api)

API для интеграции биллинговой системы ["MikBill"](https://mikbill.pro) с платежной системой ["Центральная касса"](https://ckassa.ru)

[![Packagist Downloads](https://camo.githubusercontent.com/c4af2995c24ea3aea9d892a9677727496ef093470d7a3120de7244b05c520b7e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f697470616e64612d6c6c632f6d696b62696c6c2d636b617373612d62697379732d617069)](https://packagist.org/packages/itpanda-llc/mikbill-ckassa-bisys-api/stats)[![Packagist License](https://camo.githubusercontent.com/08c1e992cf1c39fe3b6548c5034bee6fe03b2889cb43646e034db142f6fe2971/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f697470616e64612d6c6c632f6d696b62696c6c2d636b617373612d62697379732d617069)](https://camo.githubusercontent.com/08c1e992cf1c39fe3b6548c5034bee6fe03b2889cb43646e034db142f6fe2971/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f697470616e64612d6c6c632f6d696b62696c6c2d636b617373612d62697379732d617069)[![Packagist PHP Version Support](https://camo.githubusercontent.com/205d34821c41f506341c94177fc5bbee8a3358db0fbbedc2fb70481e2e67ed17/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f697470616e64612d6c6c632f6d696b62696c6c2d636b617373612d62697379732d617069)](https://camo.githubusercontent.com/205d34821c41f506341c94177fc5bbee8a3358db0fbbedc2fb70481e2e67ed17/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f697470616e64612d6c6c632f6d696b62696c6c2d636b617373612d62697379732d617069)

Ссылки
------

[](#ссылки)

- [Разработка](https://github.com/itpanda-llc)
- [О проекте (MikBill)](https://mikbill.pro)
- [О проекте (Центральная касса)](https://ckassa.ru)
- [Документация (MikBill)](https://wiki.mikbill.pro)
- [Документация (API Центральная касса)](https://docs.ckassa.ru/doc/shop-api/#spec-1)

Возможности
-----------

[](#возможности)

- Проверка параметров будущего платежа
- Проведение платежа
- Проверка статуса платежа

Требования
----------

[](#требования)

- PHP &gt;= 7.2
- libxml
- MBString
- PDO
- SimpleXML
- vlucas/phpdotenv ^5.3

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

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

```
composer require itpanda-llc/mikbill-ckassa-bisys-api
```

Конфигурация
------------

[](#конфигурация)

- Копирование файла [".env.example"](.env.example) в ".env"

```
copy .env.example .env
```

- Указание параметров в файле ".env"
- Указание путей к интерфейсу в файле ["index.php"](examples/www/mikbill/admin/api/ckassa/bisys/index.php), предварительно размещенного в каталоге веб-сервера

Примеры ответов интерфейса
--------------------------

[](#примеры-ответов-интерфейса)

```

        0
        Клиент найден
        П****** М***** М*********
        0.00

    234F1D19DB3529D3264B65AF71C4713A

```

```

        0
        Платеж принят
        1911229
        2019-11-30T13:41:31

    97A05DF49214366B6092E9C20BD50CDF

```

```

        1
        Платеж уже был проведен
        1911229
        2019-11-30T13:41:31

    7C575CF89A465A1B3A4C1E6F383E81E7

```

```

        2
        Платеж ожидает обработки у оператора
        1911229
        2019-11-30T13:41:31

    FAEE70E199E6A0D601D3BC46C55C723D

```

```

        0
        Платеж обработан
        1911229
        2019-11-30T13:41:31

    1F7C240928CF65276C5D1A3D3FC389EB

```

```

        11
        Указаны не все необходимые параметры

```

```

        13
        Неверная цифровая подпись

```

```

        20
        Указанный номер счета отсутствует

    641BAA1236527308625A4AB1ED4665ED

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/61195488?v=4)[Mikhail Pakhomov](/maintainers/itpanda-llc)[@itpanda-llc](https://github.com/itpanda-llc)

---

Top Contributors

[![itpanda-llc](https://avatars.githubusercontent.com/u/61195488?v=4)](https://github.com/itpanda-llc "itpanda-llc (5 commits)")

### Embed Badge

![Health badge](/badges/itpanda-llc-mikbill-ckassa-bisys-api/health.svg)

```
[![Health](https://phpackages.com/badges/itpanda-llc-mikbill-ckassa-bisys-api/health.svg)](https://phpackages.com/packages/itpanda-llc-mikbill-ckassa-bisys-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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