PHPackages                             pxgamer/changenow - 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. pxgamer/changenow

ActiveLibrary[API Development](/categories/api)

pxgamer/changenow
=================

A PHP wrapper for the ChangeNOW API.

v1.1.1(7y ago)2517MITPHPPHP ^7.1

Since Mar 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/owenvoke/changenow-php)[ Packagist](https://packagist.org/packages/pxgamer/changenow)[ RSS](/packages/pxgamer-changenow/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

changenow
=========

[](#changenow)

[![Latest Version on Packagist](https://camo.githubusercontent.com/48aa30dad4d30c6a1d97e581b0f8867a91bd9395216b9cd4b8ea8b5dc0724b85/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707867616d65722f6368616e67656e6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pxgamer/changenow)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/fbe0d81f4d31a8235783bf0802b72ba89151e0c3196954c78c3ce497cf3c6937/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f707867616d65722f6368616e67656e6f772d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/pxgamer/changenow-php)[![Style CI](https://camo.githubusercontent.com/9bac70950512222c0557bb095a589ef36ec95101b25b33dcab129594061c5a4c/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132373433343937362f736869656c64)](https://styleci.io/repos/127434976)[![Code Coverage](https://camo.githubusercontent.com/7dc19f2df0cbbd5cc78f3d4e94b2d8ebeb7cabbb7a0e2907b2b1aab680d51450/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f707867616d65722f6368616e67656e6f772d7068702e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/pxgamer/changenow-php)[![Total Downloads](https://camo.githubusercontent.com/f6dc5628dc049fa1afbaee3b4845f384562845d26fb461a1e23813291c8c598a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707867616d65722f6368616e67656e6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pxgamer/changenow)

A PHP wrapper for the [ChangeNOW](https://changenow.io) API.

Install
-------

[](#install)

Via Composer

```
$ composer require pxgamer/changenow
```

Usage
-----

[](#usage)

**Creating instances**

```
use pxgamer\ChangeNow\{Currencies,Transactions};

$currencies = new Currencies();
$transactions = new Transactions();
```

**Retrieve an array of currency `stdClass` instances**

These contain the following information:

- ticker
- name
- image

```
$currencies->get();
```

**Retrieve the minimum amount required to convert between 2 currencies**

```
$currencies->minimumAmount('btc', 'etc');
```

**Retrieve the estimated exchange value between 2 currencies**

```
$currencies->exchangeAmount('btc', 'etc', 1.0);
```

**Retrieve an array of transactions**

Returns an array of transaction `stdClass` instances containing the following values:

- id
- status
- payinConfirmations
- hash
- payinHash
- payoutHash
- payinAddress
- payoutAddress
- payinExtraId
- payoutExtraId
- fromCurrency
- toCurrency
- amountSend
- amountReceive
- networkFee
- updatedAt

```
$transactions->get();
```

**Retrieve a single transaction's status by ID**

Returns a transaction status string.

```
$transactions->status('id');
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](.github/CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [pxgamer](https://github.com/pxgamer)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% 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 ~150 days

Total

3

Last Release

2663d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

---

Top Contributors

[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (34 commits)")[![bradietilley](https://avatars.githubusercontent.com/u/44430471?v=4)](https://github.com/bradietilley "bradietilley (1 commits)")

---

Tags

apichangenowcomposerphpwrapper

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/pxgamer-changenow/health.svg)

```
[![Health](https://phpackages.com/badges/pxgamer-changenow/health.svg)](https://phpackages.com/packages/pxgamer-changenow)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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