PHPackages                             coinrequest/button-wallet-php-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. [API Development](/categories/api)
4. /
5. coinrequest/button-wallet-php-api

ActiveLibrary[API Development](/categories/api)

coinrequest/button-wallet-php-api
=================================

PHP API client for BUTTON Wallet

0.2.1(5y ago)177MITPHPPHP &gt;=7.0CI failing

Since Aug 16Pushed 5y ago3 watchersCompare

[ Source](https://github.com/CoinRequest/BUTTON-Wallet-PHP-API)[ Packagist](https://packagist.org/packages/coinrequest/button-wallet-php-api)[ RSS](/packages/coinrequest-button-wallet-php-api/feed)WikiDiscussions master Synced 3d ago

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

BUTTON Wallet PHP API Client
============================

[](#button-wallet-php-api-client)

PHP package for the [BUTTON Wallet](https://client.buttonwallet.com/api) API.

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

[](#getting-started)

Run the following command to install this package into your project.

```
composer require coinrequest/button-wallet-php-api

```

### Prerequisites

[](#prerequisites)

You will need Composer to install this package.

### Installing

[](#installing)

After installing this package with composer, create a new ButtonWallet instance. And include your API key.

Something like this

```
$buttonWallet = new ButtonWallet('yourpersonalapikey');

```

And call the desired endpoint

```
$buttonWallet->linkEndpoint()->createLink($params);

```

The current implemented endpoints are:

- /FastLink/
    - create
    - readAll
    - readInfoByUuid
    - readByUuid
    - webhook
    - webhook/set

Documentation of the endpoints will be later available online. Please check the code for documentation and example requests and responses.

Running the tests
-----------------

[](#running-the-tests)

First, create a .env file and set your API Key. Please see the .env.example for the template.

Run the tests in the Tests directory with PHPUnit.

Built With
----------

[](#built-with)

- [ButtonWallet](https://client.buttonwallet.com/api/) - For the API Server
- [PHPUnit](https://github.com/sebastianbergmann/phpunit/) - Test Framework
- [Guzzle](https://github.com/guzzle/guzzle) - For HTTP Requests

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

[](#contributing)

Please help us to develop this package. Every input and/or feedback is really appreciated!

License
-------

[](#license)

This project is licensed under the MIT License.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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

Every ~231 days

Total

3

Last Release

2003d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3818866a7d40d6d68f9a6339e90578f9daeab352ba9dfa290037cd111b70702c?d=identicon)[CoinRequest](/maintainers/CoinRequest)

---

Top Contributors

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

---

Tags

cryptocurrencyblockchainbutton wallet

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/coinrequest-button-wallet-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/coinrequest-button-wallet-php-api/health.svg)](https://phpackages.com/packages/coinrequest-button-wallet-php-api)
```

###  Alternatives

[hardcastle/xrpl_php

PHP SDK / Client for the XRP Ledger

129.7k5](/packages/hardcastle-xrpl-php)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

223.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

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