PHPackages                             kukulkan-popolvux/coinspaid-api-php - 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. kukulkan-popolvux/coinspaid-api-php

ActiveLibrary[API Development](/categories/api)

kukulkan-popolvux/coinspaid-api-php
===================================

The package provides a convenient interface for interacting with the API (v2) for the service https://coinspaid.com

1.0.0(4y ago)2412MITPHP

Since Jul 22Pushed 4y ago1 watchersCompare

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

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

coinspaid-api-php
=================

[](#coinspaid-api-php)

The package provides a convenient interface for interacting with the API (v2) for the service [CoinsPaid](https://coinspaid.com/)

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

[](#installation)

### composer

[](#composer)

Use the package manager [composer](https://getcomposer.org/) to install coinspaid-api-php

```
composer require kukulkan-popolvux/coinspaid-api-php
```

---

Usage
-----

[](#usage)

You can use the library immediately after configuration without specifying any additional values.

#### Example:

[](#example)

```
\KukulkanPopolvux\CoinspaidApiPhp\Coinspaid::api()->ping()->getBody();
```

or

```
\KukulkanPopolvux\CoinspaidApiPhp\Coinspaid::api()->run()->getBody();
```

> The Response object is returned. Calling the `getBody()` method will return the response body
> The answer should return `OK`, it works without a secret key and an api key.
> This is just a test of the library connection and its interaction with the [CoinsPaid](https://coinspaid.com/) service.
> [documentation](https://docs.cryptoprocessing.com/api-documentation/api-reference#ping)

---

#### Example:

[](#example-1)

```
\KukulkanPopolvux\CoinspaidApiPhp\Coinspaid::api($apiKey, $secretKey, $environment = 'prod')->getListCurrencies()->getBodyObject();
```

or

```
\KukulkanPopolvux\CoinspaidApiPhp\Coinspaid::api($apiKey, $secretKey, $environment = 'prod')->getListCurrencies()->getBody(true);
```

> To obtain `$apiKey` and `$secretKey`, you must perform the following steps, which are described in the [documentation](https://docs.cryptoprocessing.com/api-documentation/obtaining-api-keys)
> By default, the development environment is listed as production (`$environment = 'prod'`). You can select two values `test` and `prod`
> `getBodyObject()` will return the response body converted to object or you can use `getBody(true)` method with parameter `true`
> Get a list of all supported currencies.
> [documentation](https://docs.cryptoprocessing.com/api-documentation/api-reference#get-list-of-supported-currencies)

---

#### Example:

[](#example-2)

```
\KukulkanPopolvux\CoinspaidApiPhp\Coinspaid::api($apiKey, $secretKey, $environment = 'prod')->getListCurrencies()->getData();
```

> Returns the `data` value from the request response.
> You can pass a parameter to a method `getData('currency')` that will return a value by the key that you passed as a parameter

---

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

1755d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e18ce69b077122e48577023205f9d73a422e0f6778feef024487997507a47864?d=identicon)[kukulkan-popolvux](/maintainers/kukulkan-popolvux)

---

Top Contributors

[![kukulkan-popolvux](https://avatars.githubusercontent.com/u/18314855?v=4)](https://github.com/kukulkan-popolvux "kukulkan-popolvux (2 commits)")

---

Tags

bitcoinblockchaincoinspaidcryptocurrencyphpapipackagebitcoincryptocurrencycoinspaid

### Embed Badge

![Health badge](/badges/kukulkan-popolvux-coinspaid-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/kukulkan-popolvux-coinspaid-api-php/health.svg)](https://phpackages.com/packages/kukulkan-popolvux-coinspaid-api-php)
```

###  Alternatives

[coinpaymentsnet/coinpayments-php

A PHP wrapper for the CoinPayments.net v1 API.

55126.2k](/packages/coinpaymentsnet-coinpayments-php)

PHPackages © 2026

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