PHPackages                             axelpal/poscredit - 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. axelpal/poscredit

ActiveLibrary[API Development](/categories/api)

axelpal/poscredit
=================

PosCredit integration API

1.0.0(8y ago)01.6k↓50%11MITPHPPHP &gt;=5.5.0

Since Feb 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/AxelPAL/poscredit-php)[ Packagist](https://packagist.org/packages/axelpal/poscredit)[ RSS](/packages/axelpal-poscredit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

Библиотека для работы с кредитным брокером PosCredit
----------------------------------------------------

[](#библиотека-для-работы-с-кредитным-брокером-poscredit)

[![License](https://camo.githubusercontent.com/efd168b3ee43b386a910e56d67173e18a4666b565083c7ccbb07316a7cc0c234/68747470733a2f2f706f7365722e707567782e6f72672f6178656c70616c2f706f736372656469742f6c6963656e7365)](https://packagist.org/packages/axelpal/poscredit)[![Dependency Status](https://camo.githubusercontent.com/94c4c9669d3ab1eb18161f0943e689727a35340f619ab45363209cca7c4bc7df/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3561373433313466306662323466323065663835366631622f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/5a74314f0fb24f20ef856f1b)[![Latest Stable Version](https://camo.githubusercontent.com/9daaba1cdb45a329815e50b92e9ce84bfbc3f07d0c957e2c7f680e9ccba0c5fe/68747470733a2f2f706f7365722e707567782e6f72672f6178656c70616c2f706f736372656469742f762f737461626c65)](https://packagist.org/packages/axelpal/poscredit)[![Total Downloads](https://camo.githubusercontent.com/d266278d02a0fe3e08cabdc203acfe9801bd35c9ebb0255c0de04d6b69e0e361/68747470733a2f2f706f7365722e707567782e6f72672f6178656c70616c2f706f736372656469742f646f776e6c6f616473)](https://packagist.org/packages/axelpal/poscredit)[![PHP Version](https://camo.githubusercontent.com/d5c70f1d2e367c77b8597ce8464fda7e2664c83a489beb7ce43c1526be3d7a9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6178656c70616c2f706f736372656469742e737667)](https://packagist.org/packages/axelpal/yii2-poscredit)

Документация полной формы v2.7 от 01 февраля 2018 г:

Документация краткой формы v2.4 от 01 февраля 2018 г:

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

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

```
composer require axelpal/poscredit
```

### Инициализация сервиса

[](#инициализация-сервиса)

```
$loanService = new LoanService();
```

### Получение решения по заявке по сервису «Короткая анкета»

[](#получение-решения-по-заявке-по-сервису-короткая-анкета)

```
$statusRequest = new StatusShortOptyRequest($userId, $userToken, $profileId);
$response = $loanService->statusShortOpty($statusRequest);
```

### Проверка статуса заявки

[](#проверка-статуса-заявки)

```
$statusRequest = new StatusOptyRequest($userId, $userToken, $profileId);
$response = $loanService->statusOpty($statusRequest);
```

### Проверка статуса заявки для Интернет-магазина

[](#проверка-статуса-заявки-для-интернет-магазина)

```
$statusRequest = new StatusSelectedOptyRequest($userId, $userToken, $orderId, $profileId);
$response = $loanService->statusSelectedOpty($statusRequest);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

3027d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c59cfe2e5c31648bcc0bf2d895fd2e38fcb5b685569f01903fa24903e7409e2?d=identicon)[AxelPAL](/maintainers/AxelPAL)

---

Top Contributors

[![AxelPAL](https://avatars.githubusercontent.com/u/3734332?v=4)](https://github.com/AxelPAL "AxelPAL (8 commits)")

---

Tags

PosCredit

###  Code Quality

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/axelpal-poscredit/health.svg)

```
[![Health](https://phpackages.com/badges/axelpal-poscredit/health.svg)](https://phpackages.com/packages/axelpal-poscredit)
```

###  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)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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