PHPackages                             wangta69/coin\_exchange\_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. wangta69/coin\_exchange\_api

ActiveLibrary

wangta69/coin\_exchange\_api
============================

Coin Exchange Api Service

1.1.0.4(5y ago)134MITPHPPHP &gt;=5.3.0

Since Feb 2Pushed 5y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

COIN EXCHANGE API (가상화폐거래소 API)
===============================

[](#coin-exchange-api-가상화폐거래소-api)

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

[](#installation)

```
composer require wangta69/coin_exchange_api

composer require "wangta69/coin_exchange_api @dev"

```

Step 1) Add ServiceProvider to the providers array in `config/app.php`.

```
Wangta69\CoinExchange\CoinExchangeServiceProvider::class,

```

How To Use
----------

[](#how-to-use)

### \[ BITHUMB \]

[](#-bithumb-)

- BITHUMB API DOCUMENT :

#### Public

[](#public)

```
use Wangta69\CoinExchange\BithumbApiService;

$api = new BithumbApiService();
$result = $api->publicApi('POST', $uri);

```

#### Private

[](#private)

```
use Wangta69\CoinExchange\BithumbApiService;

$api_url = '/info/user_transactions';
$connect_key = 'xxxxxx';
$secret_key = 'xxxxxxxx';
$reqParams = ['currency' => 'XRP', 'searchGb' => '0'];

$api = new BithumbApiService();
$api->set_private($api_key, $api_secret);
$result = $api->privateApiCall($api_url, $reqParams);

```

### \[ COINONE \]

[](#-coinone-)

- COINONE API DOCUMENT :  (use api V2 version)

#### Public

[](#public-1)

```
use Wangta69\CoinExchange\CoinoneApiService;

$api = new CoinoneApiService();
$result = $api->publicApi('POST', $uri);

```

#### Private

[](#private-1)

```
use Wangta69\CoinExchange\CoinoneApiService;

$api = new CoinoneApiService();
$api->set_private($api_key, $api_secret);
$result = $api->privateApiCall($api_url, $reqParams);

```

### \[ KORBIT \]

[](#-korbit-)

- COINRAIL API DOCUMENT :

#### Public

[](#public-2)

```
use Wangta69\CoinExchange\KorbitApiService;;

$api = new KorbitApiService();
$result = $api->publicApi('GET', $uri);

```

### \[ UPBIT \]

[](#-upbit-)

- COINRAIL API DOCUMENT : None

#### Public

[](#public-3)

```
use Wangta69\CoinExchange\UpbitApiService;;

$api = new UpbitApiService();
$result = $api->publicApi('GET', $uri);

```

### \[ COINNEST \]

[](#-coinnest-)

- COINNET API DOCUMENT :

#### Public

[](#public-4)

```
use Wangta69\CoinExchange\CoinnestApiService;
----
$uri = '/api/pub/ticker?coin=btc';
$api = new CoinnestApiService();
$result = $api->publicApi('GET', $uri);

```

#### Private

[](#private-2)

```
use Wangta69\CoinExchange\CoinnestApiService;

$api = new CoinnestApiService();
$api->set_private($api_key, $api_secret);
$result = $api->privateApiCall($api_url, $reqParams);

```

### \[ COINRAIL \]

[](#-coinrail-)

- COINRAIL API DOCUMENT :

#### Public

[](#public-5)

```
use Wangta69\CoinExchange\CoinrailApiService;

$api = new CoinrailApiService();
$result = $api->publicApi('GET', $uri);

```

#### Private

[](#private-3)

```
use Wangta69\CoinExchange\CoinrailApiService;

$api = new CoinrailApiService();
$api->set_private($api_key, $api_secret);
$result = $api->privateApiCall($api_url, $reqParams);

```

### \[ COINCHECK \]

[](#-coincheck-)

- COINRAIL API DOCUMENT : NONE

#### Public

[](#public-6)

```
use Wangta69\CoinExchange\CoincheckApiService;;

$api = new CoincheckApiService();
$result = $api->publicApi('GET', $uri);

```

### \[ HUOBIPRO \]

[](#-huobipro-)

- COINRAIL API DOCUMENT : [https://github.com/huobiapi/API\_Docs\_en/wiki/REST\_Reference](https://github.com/huobiapi/API_Docs_en/wiki/REST_Reference)

#### Public

[](#public-7)

```
use Wangta69\CoinExchange\HuobiproApiService;;

$api = new HuobiproApiService();
$result = $api->publicApi('GET', $uri);

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~143 days

Recently: every ~0 days

Total

8

Last Release

2017d ago

### Community

Maintainers

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

---

Top Contributors

[![wangta69](https://avatars.githubusercontent.com/u/427687?v=4)](https://github.com/wangta69 "wangta69 (24 commits)")

---

Tags

laravelcryptocurrencybithumbpondolcoinone

### Embed Badge

![Health badge](/badges/wangta69-coin-exchange-api/health.svg)

```
[![Health](https://phpackages.com/badges/wangta69-coin-exchange-api/health.svg)](https://phpackages.com/packages/wangta69-coin-exchange-api)
```

###  Alternatives

[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

41.5k328.9k1](/packages/ccxt-ccxt)[hexters/coinpayment

CoinPayment is a Laravel module for handling transactions from CoinPayment like a create transaction, history transaction, etc.

7058.0k](/packages/hexters-coinpayment)[victorybiz/laravel-crypto-payment-gateway

GoUrl.io Crypto Payment Gateway for Laravel

642.5k](/packages/victorybiz-laravel-crypto-payment-gateway)[coinremitter/laravel

Official laravel plugin for Coinremitter cryptocurrency payment gateway

2019.8k](/packages/coinremitter-laravel)

PHPackages © 2026

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