PHPackages                             ayvan/creditpilot - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ayvan/creditpilot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ayvan/creditpilot
=================

CreditPilot PHP library

1.0.7(10y ago)0117MITPHPPHP &gt;=5.5.9

Since Jun 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Ayvan/creditpilot)[ Packagist](https://packagist.org/packages/ayvan/creditpilot)[ RSS](/packages/ayvan-creditpilot/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (8)Used By (0)

CreditPilot PHP library
-----------------------

[](#creditpilot-php-library)

This is a library for [CreditPilot](http://www.creditpilot.ru/) service.

\##How to use (simple example)

```
require_once 'vendor/autoload.php';

use CreditPilot\ResultCode;

$gateway = new \CreditPilot\Gateway(
    'test_gateway_url',
    'login',
    'password',
    []
);

$response = $gateway->prepare(time(), '712698259', '9631234567', 100);

if($response->canPay()) {

	$response = $gateway->pay(time(), '712698259', '9631234567', 100);

	if($response->succeed()) {

		$billNumber = $response->billNumber();

		$response = $gateway->findPay($billNumber);

		echo ResultCode::message($response->resultCode())

	}

}

```

\##Unit tests (PHPUnit)

Will be provided soon. I promise.

\##Contribution

Feel free to make pull requests.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

Every ~23 days

Recently: every ~0 days

Total

7

Last Release

3892d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3417c6d1f6e6083370fb4124de0b0d29751bed775e7b778e999c571a59cc005f?d=identicon)[ayvan](/maintainers/ayvan)

---

Top Contributors

[![vyuldashev](https://avatars.githubusercontent.com/u/1809081?v=4)](https://github.com/vyuldashev "vyuldashev (17 commits)")[![ayvan](https://avatars.githubusercontent.com/u/5585701?v=4)](https://github.com/ayvan "ayvan (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ayvan-creditpilot/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)

PHPackages © 2026

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