Skip to content

jiangjinyuan/bip70-php

 
 

Repository files navigation

BIP70 in PHP

Scrutinizer Code Quality Code Coverage

Latest Stable Version Total Downloads Latest Unstable Version License

This package provides a pure PHP interface to BIP70.

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

For contributing guidelines, please see CONTRIBUTING.md

Credits

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

About

PHP implementation of bitcoins BIP70 payment protocol

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.2%
  • Other 0.8%