PHPackages                             andre\_delarge/coinpayments - 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. [Payment Processing](/categories/payments)
4. /
5. andre\_delarge/coinpayments

ActiveLibrary[Payment Processing](/categories/payments)

andre\_delarge/coinpayments
===========================

CoinPayments API client

v1.1.1(7y ago)048MITPHP

Since Jul 12Pushed 7y agoCompare

[ Source](https://github.com/AndrewDelarge/coinpayments)[ Packagist](https://packagist.org/packages/andre_delarge/coinpayments)[ RSS](/packages/andre-delarge-coinpayments/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (2)Versions (8)Used By (0)

CoinPayments PHP library FIXED
==============================

[](#coinpayments-php-library-fixed)

\*\* FIXED \*\*

I fork original repository and fix it, now it works well with CoinPayments Api

This is basic PHP library for [CoinPayments API](https://goo.gl/mj98qm).

Sample usage
------------

[](#sample-usage)

```
use Delarge\CoinPayments;

$coinPaymentsAPI = new CoinPayments($merchantID, $publicKey, $privateKey, $ipnSecret);

// Get conversion rates for all supported currencies
$rates = $coinPaymentsAPI->getRates()->getResponse();

// Sample transaction for 16$
$coinPaymentsAPI->createTransaction(16, 'USD', 'BTC', $additional = [])->getResponse();
```

Getting Started
---------------

[](#getting-started)

### Requirements

[](#requirements)

- PHP &gt;= 7.1

This library does not have any external dependencies.

### Installation

[](#installation)

The recommended way to install this library is through Composer.

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of CoinPayments PHP library:

```
composer require andre_delarge/coinpayments
```

After installing, you need to require Composer's autoloader:

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

You can then later update library using composer:

```
composer.phar update
```

Contributing
------------

[](#contributing)

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors
-------

[](#authors)

- **Žiga Drnovšček** - *Initial work* - [Sigismund](https://github.com/sigismund)
- **Andrew Delarge** - *Fixing* - [AndrewDelarge](https://github.com/andrewdelarge)

See also the list of [contributors](https://github.com/andrewdelarge/coinpayments/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 64.7% 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 ~89 days

Recently: every ~36 days

Total

6

Last Release

2830d ago

Major Versions

v0.1 → v1.0.02018-05-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/a007b7b3e07b41b05c1f708255a5688d78b9f9d3b9d35b7e3482c036f22c81aa?d=identicon)[andre\_delarge](/maintainers/andre_delarge)

---

Top Contributors

[![sigismund](https://avatars.githubusercontent.com/u/3924612?v=4)](https://github.com/sigismund "sigismund (11 commits)")[![AndrewDelarge](https://avatars.githubusercontent.com/u/24551398?v=4)](https://github.com/AndrewDelarge "AndrewDelarge (6 commits)")

---

Tags

cryptocryptocurrencycoinpaymentspayment processorcrypto paymentcoinp ayments

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/andre-delarge-coinpayments/health.svg)

```
[![Health](https://phpackages.com/badges/andre-delarge-coinpayments/health.svg)](https://phpackages.com/packages/andre-delarge-coinpayments)
```

###  Alternatives

[coinpaymentsnet/coinpayments-php

A PHP wrapper for the CoinPayments.net v1 API.

56129.9k](/packages/coinpaymentsnet-coinpayments-php)[victorybiz/laravel-crypto-payment-gateway

GoUrl.io Crypto Payment Gateway for Laravel

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

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

7060.3k](/packages/hexters-coinpayment)[prevailexcel/laravel-nowpayments

A Laravel Package for NOWPayments

1417.1k](/packages/prevailexcel-laravel-nowpayments)

PHPackages © 2026

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