PHPackages                             korkoshko/bestchange-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. korkoshko/bestchange-api

AbandonedArchivedLibrary[API Development](/categories/api)

korkoshko/bestchange-api
========================

A simple package for working with the pseudo API of the bestchage.ru

1.0.5(5y ago)38.5k↓39.6%3MITPHPPHP 7.4.\*

Since Aug 24Pushed 5y ago2 watchersCompare

[ Source](https://github.com/korkoshko/bestchange-api)[ Packagist](https://packagist.org/packages/korkoshko/bestchange-api)[ RSS](/packages/korkoshko-bestchange-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

BestChange API
==============

[](#bestchange-api)

A simple package for working with the pseudo API of the bestchage.ru

Features
--------

[](#features)

- Save memory by using generators

Requirements
------------

[](#requirements)

- PHP 7.4 or above
- [ZIP extension](http://php.net/manual/en/zip.installation.php)

Installation
------------

[](#installation)

```
composer require korkoshko/bestchange-api

```

Usage
-----

[](#usage)

### Initial

[](#initial)

```
$bestChange = new BestChange();
$bestChange->setArchivePath(__DIR__); // If param is not set, a tmp directory is used

$bestChange->download(); // Downloading archive with data
```

### Get base info of API

[](#get-base-info-of-api)

```
foreach($bestChange->getInfo() as $info) { // The generator returns (https://www.php.net/manual/ru/language.generators.php)
    var_dump($info);
}

// Or using sugar method

var_dump(
    $bestChange->getArray(InfoMethod::class);
);
```

### Get exchangers

[](#get-exchangers)

```
foreach ($bestChange->getExchangers() as $exchanger) {
    var_dump($exchanger);
}
```

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

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

Every ~1 days

Total

6

Last Release

2089d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8caec47760edc275d0206cb129400918c7633c0a3bf7e5340e8d924087918885?d=identicon)[korkoshko](/maintainers/korkoshko)

---

Top Contributors

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

---

Tags

apicurrencyratesbestchangeexchangers

### Embed Badge

![Health badge](/badges/korkoshko-bestchange-api/health.svg)

```
[![Health](https://phpackages.com/badges/korkoshko-bestchange-api/health.svg)](https://phpackages.com/packages/korkoshko-bestchange-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)

PHPackages © 2026

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