PHPackages                             daaquan/gmo-coin-php-sdk - 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. daaquan/gmo-coin-php-sdk

ActiveLibrary[API Development](/categories/api)

daaquan/gmo-coin-php-sdk
========================

Laravel wrapper for GMO Coin cryptocurrency and FX APIs

v1.0.0(8mo ago)0383MITPHPPHP &gt;=8.1CI failing

Since Aug 26Pushed 8mo agoCompare

[ Source](https://github.com/daaquan/gmo-coin-php-sdk)[ Packagist](https://packagist.org/packages/daaquan/gmo-coin-php-sdk)[ RSS](/packages/daaquan-gmo-coin-php-sdk/feed)WikiDiscussions main Synced 1mo ago

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

gmo-coin-php-sdk
================

[](#gmo-coin-php-sdk)

Laravel wrapper for the [GMO Coin APIs](https://api.coin.z.com/docs/#outline). It provides a convenient interface for both the cryptocurrency and FX endpoints.

Features
--------

[](#features)

- Facades for Crypto and FX APIs
- Automatic request signing when credentials are configured
- Compatible with PHP 8.1+ and Laravel 12

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

[](#installation)

Add the package using composer:

```
composer require gmo-coin/gmo-coin-php-sdk
```

Publish the configuration file:

```
php artisan vendor:publish --tag=config
```

Set your credentials in `.env`:

```
GMO_COIN_CRYPTO_API_KEY=your_crypto_key
GMO_COIN_CRYPTO_API_SECRET=your_crypto_secret
GMO_COIN_FX_API_KEY=your_fx_key
GMO_COIN_FX_API_SECRET=your_fx_secret

```

Usage
-----

[](#usage)

Use the provided facades to call API endpoints.

```
use GmoCoin\Facades\GmoCoinCrypto;
use GmoCoin\Facades\GmoCoinFx;

$response = GmoCoinCrypto::getStatus();
$ticker   = GmoCoinCrypto::getTicker();
$klines   = GmoCoinCrypto::getKlines('BTC', 'ASK', '1min', '20231028');
$books    = GmoCoinCrypto::getOrderBooks('BTC');
$assets   = GmoCoinCrypto::getAssets();
```

The client automatically signs requests when API keys are configured.

Development
-----------

[](#development)

Run static analysis to keep the codebase healthy:

```
composer phpstan
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance64

Regular maintenance activity

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

256d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/daaquan-gmo-coin-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/daaquan-gmo-coin-php-sdk/health.svg)](https://phpackages.com/packages/daaquan-gmo-coin-php-sdk)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M270](/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.1M452](/packages/google-gax)

PHPackages © 2026

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