PHPackages                             jiangjinyuan/bip70 - 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. jiangjinyuan/bip70

ActiveLibrary[Payment Processing](/categories/payments)

jiangjinyuan/bip70
==================

Bitcoin payment requests (BIP70) toolkit for PHP

v0.1.0(7y ago)080MITPHPPHP &gt;=7.0

Since Nov 15Pushed 4y agoCompare

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

READMEChangelogDependencies (7)Versions (13)Used By (0)

BIP70 in PHP
============

[](#bip70-in-php)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1e58e76b0793b1ca87c16358d9baf881a23ccb53879d2c99e353db6e130a651a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62697037302f62697037302d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bip70/bip70-php/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/5eeae78de87c6d7adc023879e8cf991576756016e84005faf739e89f11420860/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f62697037302f62697037302d7068702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bip70/bip70-php/?branch=master)

[![Latest Stable Version](https://camo.githubusercontent.com/4d8eefe6e6cb2168829e28a725f1e8c8bcc8b12300b82784738c14d17ac67506/68747470733a2f2f706f7365722e707567782e6f72672f62697037302f62697037302f762f737461626c652e706e67)](https://packagist.org/packages/bip70/bip70)[![Total Downloads](https://camo.githubusercontent.com/5105443d0c8354e03e586c0d33fd3ec6c78f56fdf5020278311b13782931f961/68747470733a2f2f706f7365722e707567782e6f72672f62697037302f62697037302f646f776e6c6f6164732e706e67)](https://packagist.org/packages/bip70/bip70)[![Latest Unstable Version](https://camo.githubusercontent.com/1595a7fbabde5d1540a0b604ef076a0508dfb539fb2357cadd5c6d643d07d682/68747470733a2f2f706f7365722e707567782e6f72672f62697037302f62697037302f762f756e737461626c652e706e67)](https://packagist.org/packages/bip70/bip70)[![License](https://camo.githubusercontent.com/8f923e90ab736ad79636e2b8b5a81b41d8586ce94e51a8711de73d5033e39e4f/68747470733a2f2f706f7365722e707567782e6f72672f62697037302f62697037302f6c6963656e73652e706e67)](https://packagist.org/packages/bip70/bip70)

This package provides a pure PHP interface to [BIP70](https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki).

It exposes classes for:

- X509 routines
    - loading a trusted certificate store
    - CA chain validation of X509Certificates
    - X509 signature validation of Signature and X509Certificate
- for extracting, parsing, and manipulating protobufs
- for downloading and fully validating a payment request over HTTP(s)
- creating (un)signed payment requests

Note: this library should not be considered stable until the v1.0.0 release. Outstanding issues are tracked using the v1.0.0 milestone.

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

[](#contributing)

For contributing guidelines, please see [CONTRIBUTING.md](CONTRIBUTING.md)

Credits
-------

[](#credits)

Much credit is due to the open source software that make this package possible.

- [sop/x509](https://github.com/sop/x509) for X509, and some crypto utils
- [rgooding/protobuf-php](https://github.com/rgooding/protobuf-php) for protobuf support
- [composer/ca-bundle](https://github.com/composer/ca-bundle) for detecting the trusted certificate store, and providing a fallback

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~56 days

Total

5

Last Release

2872d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/897bb1cb713877367b4e6cbf087456eb03da9c85e640144b7e9b4118d8e0ef46?d=identicon)[jiangjinyuan](/maintainers/jiangjinyuan)

---

Top Contributors

[![jiangjinyuan](https://avatars.githubusercontent.com/u/37794295?v=4)](https://github.com/jiangjinyuan "jiangjinyuan (5 commits)")[![lacksfish](https://avatars.githubusercontent.com/u/6190023?v=4)](https://github.com/lacksfish "lacksfish (2 commits)")[![pipizdos](https://avatars.githubusercontent.com/u/52620042?v=4)](https://github.com/pipizdos "pipizdos (2 commits)")[![afk11](https://avatars.githubusercontent.com/u/5617245?v=4)](https://github.com/afk11 "afk11 (1 commits)")

---

Tags

requestpaymentbitcoinbtcbip70

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jiangjinyuan-bip70/health.svg)

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

###  Alternatives

[bip70/bip70

Bitcoin payment requests (BIP70) toolkit for PHP

101.6k](/packages/bip70-bip70)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[shetabit/multipay

PHP Payment Gateway Integration Package

291348.2k3](/packages/shetabit-multipay)[coingate/coingate-php

CoinGate library for PHP

56459.2k1](/packages/coingate-coingate-php)[bitpay/sdk-light

Light version of the PHP library for the new cryptographically secure BitPay API

19143.6k3](/packages/bitpay-sdk-light)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)

PHPackages © 2026

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